com.retek.component.pend
Class NegativeCustomerRecordTest

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

public class NegativeCustomerRecordTest
extends PendApiTestCase


Field Summary
 
Fields inherited from class com.retek.component.pend.PendApiTestCase
pendMgr, updateUser, user
 
Fields inherited from class com.retek.commons.util.RetekTestCase
BEGIN_PROFILING, END_PROFILING
 
Constructor Summary
NegativeCustomerRecordTest(java.lang.String name)
           
 
Method Summary
 void doSetUp()
           
 void doTearDown()
           
 void testCreateAndReadNegativeCustomerRecord()
           
 void testCreateInvalidNegativeCustomerRecord()
           
 void testMultipleNegativeAddressMatching()
           
 void testMultipleNegativeAddressNotMatching()
           
 void testMultipleNegativeAttributesMatching()
           
 void testMultipleNegativeAttributesNotMatching()
           
 void testNegativeAddressCityMatching()
           
 void testNegativeAddressLine1Matching()
           
 void testNegativeAddressLine2Matching()
           
 void testNegativeAddressStateMatching()
           
 void testNegativeCreditCardPaymentAccountNumberMatching()
           
 void testNegativeCreditCardPaymentMethodMatching()
           
 void testNegativeCusotmerRecordSourceRequired()
           
 void testNegativeCustomerMatching()
           
 void testNegativeDayPhoneNumberMatching()
           
 void testNegativeEmailAddressMatching()
           
 void testNegativeEveningPhoneNumberMatching()
           
 void testNegativeGiftCertificatePaymentAccountNumberMatching()
           
 void testNegativeMerchCertificatePaymentAccountNumberMatching()
           
 void testNegativeOrderNumberMatching()
           
 void testNegativePostalCodeMatching()
           
 
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

NegativeCustomerRecordTest

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

doSetUp

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

doTearDown

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

testCreateAndReadNegativeCustomerRecord

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

testCreateInvalidNegativeCustomerRecord

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

testNegativeCusotmerRecordSourceRequired

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

testNegativeCustomerMatching

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

testNegativePostalCodeMatching

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

testNegativeAddressLine1Matching

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

testNegativeAddressLine2Matching

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

testMultipleNegativeAddressMatching

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

testMultipleNegativeAddressNotMatching

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

testNegativeAddressCityMatching

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

testNegativeAddressStateMatching

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

testNegativeDayPhoneNumberMatching

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

testNegativeEveningPhoneNumberMatching

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

testNegativeCreditCardPaymentMethodMatching

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

testNegativeCreditCardPaymentAccountNumberMatching

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

testNegativeGiftCertificatePaymentAccountNumberMatching

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

testNegativeMerchCertificatePaymentAccountNumberMatching

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

testNegativeEmailAddressMatching

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

testNegativeOrderNumberMatching

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

testMultipleNegativeAttributesMatching

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

testMultipleNegativeAttributesNotMatching

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


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