com.retek.component.history
Class HistoryManagerTest

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

public class HistoryManagerTest
extends HistoryApiTestCase


Field Summary
 
Fields inherited from class com.retek.component.history.HistoryApiTestCase
historyMgr, user
 
Fields inherited from class com.retek.commons.util.RetekTestCase
BEGIN_PROFILING, END_PROFILING
 
Constructor Summary
HistoryManagerTest(java.lang.String name)
           
 
Method Summary
 void doSetUp()
           
 void doTearDown()
           
 void testBuildHistoryEventInstanceForActivityRequest()
           
 void testBuildHistoryEventInstanceForCustomer()
           
 void testBuildHistoryEventInstanceForGenericEventForBoth()
          Deprecated. test uses deprecated API's
 void testBuildHistoryEventInstanceForGenericEventForCustomer()
          Deprecated. test uses deprecated API's
 void testBuildHistoryEventInstanceForGenericEventForOrder()
          Deprecated. test uses deprecated API's
 void testBuildHistoryEventInstanceForOrder()
           
 void testBuildHistoryEventInstanceForOrderUsingHistoryEventRequest()
           
 void testFindByCustomerWorksForActivityRequestEvents()
           
 void testFindByCustomerWorksForCustomerEvents()
           
 void testFindByCustomerWorksForOrderEvents()
           
 void testFindByOrderWorksForOrderEvents()
           
 void testFindWithMultipleThingsWorksForProperOrderCustomerCombo()
           
 void testFindWithNoResults()
           
 void testIncludeSellingItemOnOrderHistoryComments()
          Deprecated. test uses deprecated API's
 void testReadThrowsNotFound()
           
 void testSubmitHistoryEventsUsingHistoryEventRequest()
           
 void testValidateBuildHistoryEventInstanceForGenericEventCustomerRequired()
          Deprecated. test uses deprecated API's
 void testValidateBuildHistoryEventInstanceForGenericEventOrderRequired()
          Deprecated. test uses deprecated API's
 
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

HistoryManagerTest

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

doSetUp

public void doSetUp()
             throws java.lang.Exception
Overrides:
doSetUp in class HistoryApiTestCase
Throws:
java.lang.Exception

doTearDown

public void doTearDown()
                throws java.lang.Exception
Overrides:
doTearDown in class HistoryApiTestCase
Throws:
java.lang.Exception

testBuildHistoryEventInstanceForCustomer

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

testBuildHistoryEventInstanceForOrder

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

testBuildHistoryEventInstanceForOrderUsingHistoryEventRequest

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

testIncludeSellingItemOnOrderHistoryComments

public void testIncludeSellingItemOnOrderHistoryComments()
                                                  throws java.lang.Exception
Deprecated. test uses deprecated API's

Throws:
java.lang.Exception

testBuildHistoryEventInstanceForActivityRequest

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

testBuildHistoryEventInstanceForGenericEventForCustomer

public void testBuildHistoryEventInstanceForGenericEventForCustomer()
                                                             throws java.lang.Exception
Deprecated. test uses deprecated API's

Throws:
java.lang.Exception

testBuildHistoryEventInstanceForGenericEventForOrder

public void testBuildHistoryEventInstanceForGenericEventForOrder()
                                                          throws java.lang.Exception
Deprecated. test uses deprecated API's

Throws:
java.lang.Exception

testBuildHistoryEventInstanceForGenericEventForBoth

public void testBuildHistoryEventInstanceForGenericEventForBoth()
                                                         throws java.lang.Exception
Deprecated. test uses deprecated API's

Throws:
java.lang.Exception

testValidateBuildHistoryEventInstanceForGenericEventCustomerRequired

public void testValidateBuildHistoryEventInstanceForGenericEventCustomerRequired()
                                                                          throws java.lang.Exception
Deprecated. test uses deprecated API's

Throws:
java.lang.Exception

testValidateBuildHistoryEventInstanceForGenericEventOrderRequired

public void testValidateBuildHistoryEventInstanceForGenericEventOrderRequired()
                                                                       throws java.lang.Exception
Deprecated. test uses deprecated API's

Throws:
java.lang.Exception

testReadThrowsNotFound

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

testFindByCustomerWorksForCustomerEvents

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

testFindByCustomerWorksForOrderEvents

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

testFindByCustomerWorksForActivityRequestEvents

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

testFindByOrderWorksForOrderEvents

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

testFindWithMultipleThingsWorksForProperOrderCustomerCombo

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

testFindWithNoResults

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

testSubmitHistoryEventsUsingHistoryEventRequest

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


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