com.retek.component.customer.impl.persistence.db.oracle
Class OracleActivityRequestDaoTest

java.lang.Object
  extended byjunit.framework.Assert
      extended byjunit.framework.TestCase
          extended bycom.retek.commons.util.RetekTestCase
              extended bycom.retek.commons.domain.core.persistence.db.oracle.OracleTestCase
                  extended bycom.retek.component.customer.impl.persistence.db.oracle.CustomerOracleTestCase
                      extended bycom.retek.component.customer.impl.persistence.db.oracle.OracleActivityRequestDaoTest
All Implemented Interfaces:
junit.framework.Test

public class OracleActivityRequestDaoTest
extends CustomerOracleTestCase


Field Summary
 
Fields inherited from class com.retek.commons.util.RetekTestCase
BEGIN_PROFILING, END_PROFILING
 
Constructor Summary
OracleActivityRequestDaoTest(java.lang.String name)
           
 
Method Summary
 void doSetUp()
           
 void doTearDown()
           
 void testCreateAndReadBasicActivityRequest()
           
 void testCreateAndReadCareCardActivityRequest()
           
 void testCreateAndReadForwardAddressActivityRequest()
           
 void testCreateAndReadGeneralActivityRequest()
           
 void testCreateAndReadItemInstructionActivityRequest()
           
 void testCreateAndReadLabelActivityRequest()
           
 void testCreateAndReadPartialActivityRequest()
           
 void testCreateAndReadRefundOrGiftCertificate()
           
 void testCreateAndReadReturnActivityRequest()
           
 void testCreateAndReadSpecialOrderActivityRequest()
           
 void testCreateAndReadWismoActivityRequest()
           
 void testCreateAndReadWithNullUpdateDate()
           
 void testCreateReferenceCacheForActivtyRequest()
           
 void testFindActivityRequestByAlphaId()
           
 void testFindActivityRequestById()
           
 void testFindActivityRequestByInvalidId()
           
 void testFindActivityRequestTypes()
           
 void testFindAllActivityRequestTypesByCustomerRef()
           
 void testFindNoResults()
           
 void testFindOpenActivityRequests()
           
 void testReadActivityRequestType()
           
 void testReadAndModifyActivityRequestType()
           
 void testReadWithInvalidId()
           
 void testUpdateCareCardActivityRequest()
           
 void testUpdateGeneralActivityRequest()
           
 void testUpdateReturnActivityRequest()
           
 void testUpdateSpecialOrderActivityRequest()
           
 void testUpdateWithInvalidId()
           
 
Methods inherited from class com.retek.component.customer.impl.persistence.db.oracle.CustomerOracleTestCase
areEqualIgnoringPostalCode, assertActivityRequestDtosAreEqual, assertActivityRequestTypeDtosAreEqual, assertAllChildDtosArePersistedAsWell, assertCatalogRequestDtosAreEqual, assertCatalogTypeDtosAreEqual, assertCountryDtosAreEqual, assertCustomerAddressDtosEqual, assertCustomerAddressListEquals, assertCustomerCreditCardDtoEqual, assertCustomerCreditCardPreApprovalDtosAreEqual, assertCustomerDtosAreEqual, assertCustomerEmailAddressDtosAreEqual, assertCustomerInactiveReasonDtoEuqals, assertCustomerTelephoneDtosAreEqual, assertPreferencesEquals, assertStoredValueCardCashoutDtoEuqals, assertStoredValueCardCashoutsEuqals, containsAllEmails, containsEmail, getConnectionKey, modifyActivityRequestDto, modifyActivityRequestType, modifyAllFieldsOnCustomerPreferenceDto, modifyCatalogTypeDto, modifyCustomerAddress, modifyCustomerCreditPreApprovalDto, modifyCustomerDto, modifyCustomerEmailAddressDto, modifyCustomerTelephoneDto, modifyStoredValueCardCashoutDto, modifyStoredValueCardCashouts, modifySuffixDto
 
Methods inherited from class com.retek.commons.domain.core.persistence.db.oracle.OracleTestCase
doInitialSetUp, getConnection, getRetekPreparedStatement, getTestDbRDate, isOracleTestCase, setUp, tearDown, touch, touch
 
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, resetSystemRDateToBusinessDay, runTest, setSecurityEncryption, setTaxSimulate
 
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

OracleActivityRequestDaoTest

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

testCreateReferenceCacheForActivtyRequest

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

testReadWithInvalidId

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

testUpdateWithInvalidId

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

testCreateAndReadBasicActivityRequest

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

testCreateAndReadCareCardActivityRequest

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

testCreateAndReadRefundOrGiftCertificate

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

testCreateAndReadWithNullUpdateDate

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

testUpdateGeneralActivityRequest

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

testUpdateSpecialOrderActivityRequest

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

testUpdateCareCardActivityRequest

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

testUpdateReturnActivityRequest

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

testFindAllActivityRequestTypesByCustomerRef

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

testCreateAndReadSpecialOrderActivityRequest

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

testCreateAndReadGeneralActivityRequest

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

testCreateAndReadReturnActivityRequest

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

testCreateAndReadPartialActivityRequest

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

testCreateAndReadItemInstructionActivityRequest

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

testCreateAndReadLabelActivityRequest

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

testCreateAndReadWismoActivityRequest

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

testFindNoResults

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

testFindOpenActivityRequests

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

testFindActivityRequestTypes

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

testReadAndModifyActivityRequestType

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

testReadActivityRequestType

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

testFindActivityRequestById

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

testFindActivityRequestByInvalidId

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

testFindActivityRequestByAlphaId

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

testCreateAndReadForwardAddressActivityRequest

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


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