com.retek.component.media
Class SellingItemManagerTest

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

public class SellingItemManagerTest
extends RetekTestCase


Field Summary
 
Fields inherited from class com.retek.commons.util.RetekTestCase
BEGIN_PROFILING, END_PROFILING
 
Constructor Summary
SellingItemManagerTest(java.lang.String name)
           
 
Method Summary
 void doInitialSetUp()
           
 void doSetUp()
           
 void doTearDown()
           
 void testAcceptableWildcardFields()
           
 void testBuildSellingItemDepictionInstance()
           
 void testBuildSellingItemInstance()
           
 void testBuildSellingSkuInstanceCreateDefaultSku()
           
 void testFindAllSellingSkusForMediaInBanner()
           
 void testFindDepiction()
           
 void testFindGiftCertificate()
           
 void testFindInventorySellingSkus()
           
 void testFindInventorySellingSkusWithCorrectDisplayCodeAndIncorrect()
           
 void testFindPackSellingItems()
           
 void testFindSellingItemByMediaSellingItemDisplayNumber()
           
 void testFindSellingItems()
           
 void testFindSellingItemWithCorrectDisplayCodeAndIncorrect()
           
 void testFindSkus()
           
 void testFindSkusInvalidWildCardCriteria()
           
 void testFindSkusReturnsNoResults()
           
 void testFindSkusValidationWithWildCard()
           
 void testFindSkusWithInvalidSearchCriteria()
           
 void testFindStylesReturnsNoResults()
           
 void testFindThresholdableSellingItemsByMediaDisplayCode()
           
 void testFindThresholdableSellingItemsBySku()
           
 void testFindThresholdableSellingItemsBySourceCode()
           
 void testFindThresholdableSellingItemsBySourceCodeDescription()
           
 void testFindThresholdableSellingItemsByStyle()
           
 void testFindThresholdableSellingSkusByMediaDisplayCode()
           
 void testFindThresholdableSellingSkusBySku()
           
 void testFindThresholdableSellingSkusBySourceCodeDescription()
           
 void testFindThresholdableSellingSkusBySourceCodeDisplayCode()
           
 void testFindThresholdableSellingSkusByStyle()
           
 void testFindThresholdableSellingSkusWithAndWithoutGiftCertificates()
           
 void testIsItemValidOnAnyBanner()
           
 void testNoSellingItemFoundReasons()
           
 void testOnHandFindInventorySellingSkusOnlyReturnsSellingSkusOnLatestMediaWhenDuplicateSkusExist()
           
 void testReadValueAddedService()
           
 void testSearchForNothingNoooooothing()
           
 
Methods inherited from class com.retek.commons.util.RetekTestCase
assertBusinessException, assertBusinessExceptionAttribute, assertContainsString, assertDateEqualsIgnoreTime, assertDateNotEqualsIgnoreTime, assertDateTimeEquals, assertEquals, assertEqualValuesDeep, assertEqualValuesDeep, assertEqualValuesDeep, assertFalse, assertFalse, assertNotEquals, assertNotNullAndEquals, assertNull, assertRetekEquals, assertStateEquals, assertStateNotEquals, assertXmlEquals, findDto, findDto, getContext, getReadBackContext, getReferences, getReferences, isOracleTestCase, resetSystemRDateToBusinessDay, runTest, setSecurityEncryption, setTaxSimulate, setUp, tearDown
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, name, run, run, runBare, setName, toString
 
Methods inherited from class junit.framework.Assert
assert, assert, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertNotNull, assertNotNull, 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

SellingItemManagerTest

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

doInitialSetUp

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

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

testBuildSellingItemInstance

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

testFindStylesReturnsNoResults

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

testNoSellingItemFoundReasons

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

testFindSellingItems

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

testFindSellingItemWithCorrectDisplayCodeAndIncorrect

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

testFindPackSellingItems

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

testFindSellingItemByMediaSellingItemDisplayNumber

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

testFindDepiction

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

testBuildSellingSkuInstanceCreateDefaultSku

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

testIsItemValidOnAnyBanner

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

testBuildSellingItemDepictionInstance

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

testFindSkus

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

testFindSkusValidationWithWildCard

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

testSearchForNothingNoooooothing

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

testFindSkusInvalidWildCardCriteria

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

testAcceptableWildcardFields

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

testFindSkusReturnsNoResults

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

testFindSkusWithInvalidSearchCriteria

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

testReadValueAddedService

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

testFindInventorySellingSkus

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

testOnHandFindInventorySellingSkusOnlyReturnsSellingSkusOnLatestMediaWhenDuplicateSkusExist

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

testFindInventorySellingSkusWithCorrectDisplayCodeAndIncorrect

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

testFindAllSellingSkusForMediaInBanner

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

testFindThresholdableSellingItemsByMediaDisplayCode

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

testFindThresholdableSellingItemsBySourceCode

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

testFindThresholdableSellingItemsBySourceCodeDescription

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

testFindThresholdableSellingItemsByStyle

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

testFindThresholdableSellingItemsBySku

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

testFindThresholdableSellingSkusByMediaDisplayCode

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

testFindThresholdableSellingSkusBySourceCodeDisplayCode

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

testFindThresholdableSellingSkusBySourceCodeDescription

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

testFindThresholdableSellingSkusByStyle

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

testFindThresholdableSellingSkusBySku

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

testFindThresholdableSellingSkusWithAndWithoutGiftCertificates

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

testFindGiftCertificate

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


Copyright © 2004 Retek Inc. All Rights Reserved. - Generated at Fri, 10/22/2004 07:28