com.retek.component.banner_channel
Class BannerTest

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

public class BannerTest
extends RetekTestCase


Field Summary
 
Fields inherited from class com.retek.commons.util.RetekTestCase
BEGIN_PROFILING, END_PROFILING
 
Constructor Summary
BannerTest(java.lang.String name)
           
 
Method Summary
 void doInitialSetUp()
           
 void doSetUp()
           
 void doTearDown()
           
 void testBackorderNotificationPreferences()
           
 void testBannerCreditCardAuthorizationLeadTimeDaysValidation()
           
 void testBannerCreditCardAuthorizationLeadTimeDaysValidationZeroIsOk()
           
 void testBannerDefaultCancelDaysValidation()
           
 void testBannerDefaultCancelDaysValidationZeroIsOk()
           
 void testBannerEventHoldPreferenceValidation()
           
 void testBannerExpirationLagDaysValidation()
           
 void testBannerResaShippingAndHandlingExportSku()
           
 void testBannerResaValueAddedServiceExportSkus()
           
 void testBuildAndReadBannerInstance()
           
 void testBuildBannerWithEmptyId()
           
 void testBuildBannerWithIdTooLong()
           
 void testBuildBannerWithNullId()
           
 void testCreateBannerAndReadChannelTypesFromBanner()
           
 void testCreateBannerWithGiftServices()
           
 void testGetChannel()
           
 void testGiftSeasonsByDate()
           
 void testGiftSeasonsByDateCrossOverYear()
           
 void testGiftSeasonsByDateWithDateInsideOfSeasonButSeasonNotInEffect()
           
 void testGiftSeasonsByDateWithNoEffectiveEndDate()
           
 void testMinimumAmountForMerchandiseCreditPreference()
           
 void testReturnThresholdAmountPreference()
           
 
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

BannerTest

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

testBuildAndReadBannerInstance

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

testBuildBannerWithNullId

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

testBuildBannerWithEmptyId

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

testBuildBannerWithIdTooLong

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

testGetChannel

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

testCreateBannerAndReadChannelTypesFromBanner

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

testBannerEventHoldPreferenceValidation

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

testBannerCreditCardAuthorizationLeadTimeDaysValidation

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

testBannerCreditCardAuthorizationLeadTimeDaysValidationZeroIsOk

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

testBannerDefaultCancelDaysValidation

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

testBannerExpirationLagDaysValidation

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

testBannerDefaultCancelDaysValidationZeroIsOk

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

testCreateBannerWithGiftServices

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

testGiftSeasonsByDate

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

testGiftSeasonsByDateWithNoEffectiveEndDate

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

testGiftSeasonsByDateCrossOverYear

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

testGiftSeasonsByDateWithDateInsideOfSeasonButSeasonNotInEffect

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

testBannerResaShippingAndHandlingExportSku

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

testBannerResaValueAddedServiceExportSkus

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

testBackorderNotificationPreferences

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

testReturnThresholdAmountPreference

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

testMinimumAmountForMerchandiseCreditPreference

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


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