com.retek.component.media
Class SellingListTest

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

public class SellingListTest
extends RetekTestCase


Field Summary
 
Fields inherited from class com.retek.commons.util.RetekTestCase
BEGIN_PROFILING, END_PROFILING
 
Constructor Summary
SellingListTest(java.lang.String name)
           
 
Method Summary
 void doSetUp()
           
 void doTearDown()
           
 void testAddSellingListItem()
           
 void testCreateReadUpsellListWithMediaTrigger()
           
 void testCreateReadUpsellListWithSellingItemTrigger()
           
 void testCreateReadUpsellListWithSellingSkuTrigger()
           
 void testCreateReadUpsellListWithSkuTrigger()
           
 void testGetSellingListItemsSortedByInventoryPosition()
           
 void testGetSellingListItemsSortedByInventoryPositionWithNonInventoryItems()
           
 void testGetSellingListItemsSortedByPageNumber()
           
 void testGetSellingListItemsSortedBySellingPrice()
           
 void testGetSellingListItemsSortedBySellingSku()
           
 void testGetSellingListItemsSortedBySellingSkuDesc()
           
 void testGetSellingListItemsSortedManually()
           
 void testGetSellingListItemsSortedManuallyWithAdd()
           
 void testGetSellingListItemsSortedManuallyWithDelete()
           
 void testSellingListActiveStatus()
           
 void testSellingListAddAndDeleteItems()
           
 void testSellingListClosedStatus()
           
 void testSellingListInactiveStatus()
           
 void testSellingListItemIsBackordered()
           
 void testSellingListTriggersAreEqual()
           
 void testSellingListWithOnlyOneTrigger()
           
 void testUpdateSellingListAddItems()
           
 void testUpdateSellingListDeleteItems()
           
 
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

SellingListTest

public SellingListTest(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

testCreateReadUpsellListWithSellingItemTrigger

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

testSellingListTriggersAreEqual

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

testCreateReadUpsellListWithMediaTrigger

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

testCreateReadUpsellListWithSellingSkuTrigger

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

testCreateReadUpsellListWithSkuTrigger

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

testSellingListActiveStatus

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

testSellingListInactiveStatus

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

testSellingListClosedStatus

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

testAddSellingListItem

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

testGetSellingListItemsSortedManually

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

testGetSellingListItemsSortedManuallyWithDelete

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

testGetSellingListItemsSortedManuallyWithAdd

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

testGetSellingListItemsSortedByPageNumber

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

testGetSellingListItemsSortedBySellingPrice

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

testGetSellingListItemsSortedBySellingSku

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

testGetSellingListItemsSortedByInventoryPosition

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

testGetSellingListItemsSortedByInventoryPositionWithNonInventoryItems

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

testGetSellingListItemsSortedBySellingSkuDesc

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

testSellingListWithOnlyOneTrigger

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

testSellingListItemIsBackordered

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

testUpdateSellingListDeleteItems

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

testSellingListAddAndDeleteItems

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

testUpdateSellingListAddItems

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


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