com.retek.component.inventory
Class ReservationWarehouseReserveTest

java.lang.Object
  extended byjunit.framework.Assert
      extended byjunit.framework.TestCase
          extended bycom.retek.commons.util.RetekTestCase
              extended bycom.retek.component.inventory.ReservationWarehouseReserveTest
All Implemented Interfaces:
junit.framework.Test

public class ReservationWarehouseReserveTest
extends RetekTestCase


Field Summary
 
Fields inherited from class com.retek.commons.util.RetekTestCase
BEGIN_PROFILING, END_PROFILING
 
Constructor Summary
ReservationWarehouseReserveTest(java.lang.String name)
           
 
Method Summary
 void doSetUp()
           
 void doTearDown()
           
 void testAddWarehouseQuantity()
           
 void testDefaultZipCodeRangeNoWarehousePrioritiesThrowsException()
           
 void testReservationReserveAfterWhReserve()
           
 void testReservationUpdateForAPack()
           
 void testReservationUpdateWithInvalidQty()
           
 void testReservationUpdateWithInvalidSKU()
           
 void testReservationUpdateWithInvalidVirtualStore()
           
 void testReservationUpdateWithProperValues()
           
 void testReserveAllQtySuccessfulButWarehouseReserveOnlySome()
           
 void testSecondReservingSameSkuShouldBackOrder()
           
 void testWarehouseReservationUsesSystemParameterChannelTypeForPacksReservedComponentLevel()
           
 void testWarehouseReservationUsesSystemParameterChannelTypeForPacksReservedPackLevel()
           
 void testWarehouseReservationUsesSystemParameterChannelTypeForSkuReservations()
           
 void testWarehouseReserveAtComponentLevelWithGiftinAndOneWarehouseNotSupportingGifting()
           
 void testWarehouseReserveAtComponentLevelWithVASAndOneWarehouseNotSupportingVAS()
           
 void testWarehouseReserveAtPackLevelOneZipCodeRangeOneWarehouse()
           
 void testWarehouseReserveAtPackLevelWithGiftingAndOneWarehouseNotSupportingGifting()
           
 void testWarehouseReserveAtPackLevelWithVASAndOneWarehouseNotSupportingVAS()
           
 void testWarehouseReserveOneZipCodeRangeMultipleWarehouses()
           
 void testWarehouseReserveOneZipCodeRangeOneWarehouse()
           
 void testWarehouseReserveSkuWithGiftingAndWithOneWarehouseWithGifting()
           
 void testWarehouseReserveSkuWithVASAndWithOneWarehouseWithGiftingAndOneWithout()
           
 void testWarehouseReserveSkuWithVASAndWithOneWarehouseWithVAS()
           
 void testWarehouseReserveSkuWithVASAndWithOneWarehouseWithVASAndOneWithout()
           
 void testWarehouseReserveTwoZipCodeRangesMultipleWarehouses()
           
 void testWarehouseReserveWithProperValuesForPackRsvdAtPackAndCompLevel()
           
 void testWarehouseReserveWithReserveAndBOAtComponentLevelOneZipCodeRangeMultipleWarehouses()
           
 void testWarehouseReserveWithReserveAtPackAndComponentLevelOneZipCodeRangeMultipleWarehouses()
           
 void testWarehouseReserveWithReserveAtPackAndComponentLevelOneZipCodeRangeOneWarehouse()
           
 void testWarehouseReserveWithReserveAtPackLevelOneZipCodeRangeOneWarehouse()
           
 void testWarehouseReserveWithStandardUomAndSellingUomDifferent()
           
 void testZipCodeRangeNotFoundUseDefaultZipCodeRange()
           
 void testZipCodeRangeNoWarehousePriorityFoundUsesDefaultZipCodeRange()
           
 
Methods inherited from class com.retek.commons.util.RetekTestCase
assertBusinessException, assertBusinessExceptionAttribute, assertContainsString, assertDateEqualsIgnoreTime, assertDateNotEqualsIgnoreTime, assertDateTimeEquals, assertEquals, assertEqualValuesDeep, assertEqualValuesDeep, assertEqualValuesDeep, assertNotEquals, assertNotNullAndEquals, assertNull, assertRetekEquals, assertRibException, assertSize, assertStateEquals, assertStateEquals, assertStateNotEquals, assertStateNotEquals, assertXmlEquals, doClassSetUp, doInitialSetUp, doPackageSetUp, findDto, findDto, getContext, getReadBackContext, getReferences, getReferences, isOracleTestCase, resetSystemRDateToBusinessDay, run, runTest, setSecurityEncryption, setTaxSimulate, setUp, tearDown
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, runBare, setName, toString
 
Methods inherited from class junit.framework.Assert
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ReservationWarehouseReserveTest

public ReservationWarehouseReserveTest(java.lang.String name)
Method Detail

doSetUp

public void doSetUp()
             throws java.lang.Exception
Specified by:
doSetUp in class RetekTestCase
Throws:
java.lang.Exception

doTearDown

public void doTearDown()
                throws java.lang.Exception
Specified by:
doTearDown in class RetekTestCase
Throws:
java.lang.Exception

testAddWarehouseQuantity

public void testAddWarehouseQuantity()
                              throws java.lang.Exception
Throws:
java.lang.Exception

testReserveAllQtySuccessfulButWarehouseReserveOnlySome

public void testReserveAllQtySuccessfulButWarehouseReserveOnlySome()
                                                            throws java.lang.Exception
Throws:
java.lang.Exception

testWarehouseReserveOneZipCodeRangeOneWarehouse

public void testWarehouseReserveOneZipCodeRangeOneWarehouse()
                                                     throws java.lang.Exception
Throws:
java.lang.Exception

testWarehouseReserveSkuWithVASAndWithOneWarehouseWithVAS

public void testWarehouseReserveSkuWithVASAndWithOneWarehouseWithVAS()
                                                              throws java.lang.Exception
Throws:
java.lang.Exception

testWarehouseReserveSkuWithVASAndWithOneWarehouseWithVASAndOneWithout

public void testWarehouseReserveSkuWithVASAndWithOneWarehouseWithVASAndOneWithout()
                                                                           throws java.lang.Exception
Throws:
java.lang.Exception

testWarehouseReserveSkuWithVASAndWithOneWarehouseWithGiftingAndOneWithout

public void testWarehouseReserveSkuWithVASAndWithOneWarehouseWithGiftingAndOneWithout()
                                                                               throws java.lang.Exception
Throws:
java.lang.Exception

testWarehouseReserveSkuWithGiftingAndWithOneWarehouseWithGifting

public void testWarehouseReserveSkuWithGiftingAndWithOneWarehouseWithGifting()
                                                                      throws java.lang.Exception
Throws:
java.lang.Exception

testWarehouseReserveOneZipCodeRangeMultipleWarehouses

public void testWarehouseReserveOneZipCodeRangeMultipleWarehouses()
                                                           throws java.lang.Exception
Throws:
java.lang.Exception

testWarehouseReserveTwoZipCodeRangesMultipleWarehouses

public void testWarehouseReserveTwoZipCodeRangesMultipleWarehouses()
                                                            throws java.lang.Exception
Throws:
java.lang.Exception

testReservationUpdateWithInvalidQty

public void testReservationUpdateWithInvalidQty()
                                         throws java.lang.Exception
Throws:
java.lang.Exception

testReservationUpdateWithInvalidVirtualStore

public void testReservationUpdateWithInvalidVirtualStore()
                                                  throws java.lang.Exception
Throws:
java.lang.Exception

testReservationUpdateWithInvalidSKU

public void testReservationUpdateWithInvalidSKU()
                                         throws java.lang.Exception
Throws:
java.lang.Exception

testReservationUpdateWithProperValues

public void testReservationUpdateWithProperValues()
                                           throws java.lang.Exception
Throws:
java.lang.Exception

testWarehouseReservationUsesSystemParameterChannelTypeForSkuReservations

public void testWarehouseReservationUsesSystemParameterChannelTypeForSkuReservations()
                                                                              throws java.lang.Exception
Throws:
java.lang.Exception

testWarehouseReservationUsesSystemParameterChannelTypeForPacksReservedComponentLevel

public void testWarehouseReservationUsesSystemParameterChannelTypeForPacksReservedComponentLevel()
                                                                                          throws java.lang.Exception
Throws:
java.lang.Exception

testWarehouseReservationUsesSystemParameterChannelTypeForPacksReservedPackLevel

public void testWarehouseReservationUsesSystemParameterChannelTypeForPacksReservedPackLevel()
                                                                                     throws java.lang.Exception
Throws:
java.lang.Exception

testWarehouseReserveAtPackLevelWithVASAndOneWarehouseNotSupportingVAS

public void testWarehouseReserveAtPackLevelWithVASAndOneWarehouseNotSupportingVAS()
                                                                           throws java.lang.Exception
Throws:
java.lang.Exception

testWarehouseReserveAtPackLevelWithGiftingAndOneWarehouseNotSupportingGifting

public void testWarehouseReserveAtPackLevelWithGiftingAndOneWarehouseNotSupportingGifting()
                                                                                   throws java.lang.Exception
Throws:
java.lang.Exception

testWarehouseReserveAtComponentLevelWithVASAndOneWarehouseNotSupportingVAS

public void testWarehouseReserveAtComponentLevelWithVASAndOneWarehouseNotSupportingVAS()
                                                                                throws java.lang.Exception
Throws:
java.lang.Exception

testWarehouseReserveAtComponentLevelWithGiftinAndOneWarehouseNotSupportingGifting

public void testWarehouseReserveAtComponentLevelWithGiftinAndOneWarehouseNotSupportingGifting()
                                                                                       throws java.lang.Exception
Throws:
java.lang.Exception

testWarehouseReserveAtPackLevelOneZipCodeRangeOneWarehouse

public void testWarehouseReserveAtPackLevelOneZipCodeRangeOneWarehouse()
                                                                throws java.lang.Exception
Throws:
java.lang.Exception

testWarehouseReserveWithReserveAndBOAtComponentLevelOneZipCodeRangeMultipleWarehouses

public void testWarehouseReserveWithReserveAndBOAtComponentLevelOneZipCodeRangeMultipleWarehouses()
                                                                                           throws java.lang.Exception
Throws:
java.lang.Exception

testWarehouseReserveWithReserveAtPackAndComponentLevelOneZipCodeRangeMultipleWarehouses

public void testWarehouseReserveWithReserveAtPackAndComponentLevelOneZipCodeRangeMultipleWarehouses()
                                                                                             throws java.lang.Exception
Throws:
java.lang.Exception

testWarehouseReserveWithReserveAtPackAndComponentLevelOneZipCodeRangeOneWarehouse

public void testWarehouseReserveWithReserveAtPackAndComponentLevelOneZipCodeRangeOneWarehouse()
                                                                                       throws java.lang.Exception
Throws:
java.lang.Exception

testWarehouseReserveWithReserveAtPackLevelOneZipCodeRangeOneWarehouse

public void testWarehouseReserveWithReserveAtPackLevelOneZipCodeRangeOneWarehouse()
                                                                           throws java.lang.Exception
Throws:
java.lang.Exception

testWarehouseReserveWithProperValuesForPackRsvdAtPackAndCompLevel

public void testWarehouseReserveWithProperValuesForPackRsvdAtPackAndCompLevel()
                                                                       throws java.lang.Exception
Throws:
java.lang.Exception

testDefaultZipCodeRangeNoWarehousePrioritiesThrowsException

public void testDefaultZipCodeRangeNoWarehousePrioritiesThrowsException()
                                                                 throws java.lang.Exception
Throws:
java.lang.Exception

testZipCodeRangeNoWarehousePriorityFoundUsesDefaultZipCodeRange

public void testZipCodeRangeNoWarehousePriorityFoundUsesDefaultZipCodeRange()
                                                                     throws java.lang.Exception
Throws:
java.lang.Exception

testZipCodeRangeNotFoundUseDefaultZipCodeRange

public void testZipCodeRangeNotFoundUseDefaultZipCodeRange()
                                                    throws java.lang.Exception
Throws:
java.lang.Exception

testReservationReserveAfterWhReserve

public void testReservationReserveAfterWhReserve()
                                          throws java.lang.Exception
Throws:
java.lang.Exception

testSecondReservingSameSkuShouldBackOrder

public void testSecondReservingSameSkuShouldBackOrder()
                                               throws java.lang.Exception
Throws:
java.lang.Exception

testWarehouseReserveWithStandardUomAndSellingUomDifferent

public void testWarehouseReserveWithStandardUomAndSellingUomDifferent()
                                                               throws java.lang.Exception
Throws:
java.lang.Exception

testReservationUpdateForAPack

public void testReservationUpdateForAPack()
                                   throws java.lang.Exception
Throws:
java.lang.Exception


Copyright © 2005 Retek Inc. All Rights Reserved. - Generated at Fri, 01/21/2005 14:25