com.retek.component.event
Class EventManagerTest

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

public class EventManagerTest
extends RetekTestCase


Field Summary
 
Fields inherited from class com.retek.commons.util.RetekTestCase
BEGIN_PROFILING, END_PROFILING
 
Constructor Summary
EventManagerTest(java.lang.String arg0)
           
 
Method Summary
 void doSetUp()
           
 void doTearDown()
           
 void testCreateAndReadBannerEvent()
           
 void testCreateAndReadEvent()
           
 void testCreateAndReadItemSupplierEvent()
           
 void testCreateAndReadSupplierEvent()
           
 void testFindBannerEvents()
           
 void testFindBannerEventsForEventId()
           
 void testFindEvents()
           
 void testFindEventsByDescription()
           
 void testFindItemSupplierEvents()
           
 void testFindItemSupplierEventsForSupplierEventId()
           
 void testFindSupplierEvents()
           
 void testFindSupplierEventsForEventId()
           
 void testFindSupplierEventsWithDates()
           
 void testInactivateBannerEventWithEndDateOrderByDateCustomerDeliveryDatesInPastAllowed()
           
 void testInactivateBannerEventWithOrderInPastAllowed()
           
 void testInactivateEventInactivatesCorrespondingBannerAndSupplierAndItemSuppEvents()
           
 void testInactivateEventInactivatesCorrespondingBannerEvnets()
           
 void testInactivateEventWithStartDateInPastAllowed()
           
 void testInactivateSupplierEventWithEndDateOrderByDateCustomerDeliveryDatesInPastAllowed()
           
 void testValidateBannerEvent()
           
 void testValidateItemSupplierEvent()
           
 void testValidateSupplierEvent()
           
 
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

EventManagerTest

public EventManagerTest(java.lang.String arg0)
Method Detail

doSetUp

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

doTearDown

public void doTearDown()
Specified by:
doTearDown in class RetekTestCase

testCreateAndReadEvent

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

testFindEvents

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

testFindEventsByDescription

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

testFindBannerEvents

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

testFindBannerEventsForEventId

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

testFindSupplierEventsForEventId

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

testInactivateEventInactivatesCorrespondingBannerAndSupplierAndItemSuppEvents

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

testInactivateEventWithStartDateInPastAllowed

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

testInactivateBannerEventWithOrderInPastAllowed

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

testInactivateBannerEventWithEndDateOrderByDateCustomerDeliveryDatesInPastAllowed

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

testInactivateSupplierEventWithEndDateOrderByDateCustomerDeliveryDatesInPastAllowed

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

testFindSupplierEvents

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

testFindItemSupplierEvents

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

testFindSupplierEventsWithDates

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

testFindItemSupplierEventsForSupplierEventId

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

testInactivateEventInactivatesCorrespondingBannerEvnets

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

testCreateAndReadBannerEvent

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

testCreateAndReadSupplierEvent

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

testCreateAndReadItemSupplierEvent

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

testValidateSupplierEvent

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

testValidateBannerEvent

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

testValidateItemSupplierEvent

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


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