com.retek.component.salesaudit.impl.remote.command
Class PaidOutTransactionConverterTest

java.lang.Object
  extended byjunit.framework.Assert
      extended byjunit.framework.TestCase
          extended bycom.retek.commons.util.RetekTestCase
              extended bycom.retek.component.salesaudit.SalesAuditExportTestCase
                  extended bycom.retek.component.salesaudit.impl.remote.command.PaidOutTransactionConverterTest
All Implemented Interfaces:
junit.framework.Test

public class PaidOutTransactionConverterTest
extends SalesAuditExportTestCase


Nested Class Summary
 
Nested classes inherited from class com.retek.component.salesaudit.SalesAuditExportTestCase
SalesAuditExportTestCase.SalesAuditCounts, SalesAuditExportTestCase.SalesAuditTransactionElementCounter
 
Field Summary
 
Fields inherited from class com.retek.component.salesaudit.SalesAuditExportTestCase
banner, batchArgs, customerOrderMgr, defaultCountryZipCodeRange, EXP_DIR_FILE, media, order, salesAuditMgr, systemReturnDisposition, user, virtualWarehouse
 
Fields inherited from class com.retek.commons.util.RetekTestCase
BEGIN_PROFILING, END_PROFILING
 
Constructor Summary
PaidOutTransactionConverterTest(java.lang.String name)
           
 
Method Summary
 void doInitialSetUp()
           
 void doSetUp()
           
 void doTearDown()
           
 void testFullCancelExchangeSaleGreaterThanReturnAfterReturnExportedWithCreditCardSendsPaidOut()
           
 void testFullCancelExchangeSaleGreaterThanReturnAfterReturnExportedWithGiftCertificateSendsPaidOut()
           
 void testFullCancelExchangeSaleGreaterThanReturnBeforeReturnExportedDoesNotCreatePaidOutPhyTender2()
           
 void testFullCancelExchangeSaleGreaterThanReturnBeforeReturnReturnedCreatesPaidOutsForPhyTender()
           
 void testFullCancelExchangeSaleGreaterThanReturnBeforeReturnReturnedDoesNotCreatePaidOutForCC()
           
 void testFullCancelExchangeSaleLineLessThanReturnBeforeReturnExportDoesNotSendPaidOutTransaction()
           
 void testFullConfirmCancelExchSaleGreaterThanReturnBeforeReturnExportedDoesNotCreatePaidOutForCC()
           
 void testNoPaidOutForCancelExchangeSaleEvenExchangeCreditCardRefund()
           
 void testNoPaidOutForReturnLineCreditCardRefundPayment()
           
 void testPaidOutCustomerElement()
           
 void testPaidOutForCheckRefundForOrderLineCancellation()
           
 void testPaidOutForCheckRefundForOverpaymentNormalSale()
           
 void testPaidOutForCheckRefundSalesAuditTransactionDate()
           
 void testPaidOutForInvalidOrderLineType()
           
 void testPaidOutForInvalidPaymentType()
           
 void testPaidOutForMerchCardRefundForOrderCancellation()
           
 void testPaidOutForMerchCertificateCreditForOverpaymentExchangeSale()
           
 void testPaidOutForMerchCertificateRefundForOverpaymentNormalSale()
           
 void testPaidOutForMerchCertificateRefundForPreSaleOrderLineMerchAccommodation()
           
 void testPaidOutForMerchCertificateRefundSalesAuditTransactionDate()
           
 void testPaidOutForPostSaleOrderAccommodationDuringReturn()
           
 void testPaidOutForPostSaleOrderGiftingAccomodation()
           
 void testPaidOutForPostSaleOrderLineMerchAccomodation()
           
 void testPaidOutForPostSaleOrderPersonalizationAccomodation()
           
 void testPaidOutForPostSaleOrderShippingAccomodation()
           
 void testPaidOutForPostSaleOrderTaxAccommodation()
           
 void testPaidOutForPostSaleOrderTotalAccommodation()
           
 void testPaidOutForReplacementSale()
           
 void testPaidOutForReturnLinePhysicalTenderRefundPayment()
           
 void testPaidOutForStoredValueCardCashout()
           
 void testPartialCancelExchangeSaleLineSendsPaidOutExchangeTransaction()
           
 void testPaymentElementCheckPaymentForPostSaleOrderAccommodation()
           
 void testPaymentElementCreditCardPaymentForPaidOutForPostSaleOrderAccommodation()
           
 void testPaymentElementMerchCardPaymentForPostSaleOrderTaxAccommodation()
           
 void testPaymentElementMerchCertificatePaymentForPostSaleOrderAccommodation()
           
 void testPaymentElementsForMultiplePostSaleOrderLineMerchAccommodations()
           
 
Methods inherited from class com.retek.component.salesaudit.SalesAuditExportTestCase
assertAccommodationElementContents, assertAccommodationElementContents, assertCustomerElementContents, assertDiscountElementContents, assertPaymentElementContentsForPaidInTransaction, assertPaymentElementContentsForPaidOutTransaction, assertPaymentElementContentsForReturnTransaction, assertPaymentElementContentsForReturnTransaction, assertPaymentElementContentsForSaleTransaction, assertSalesAuditTransactionCounts, assertServiceElementContents, assertShItemElementContents, assertTransactionElementContents, assertTransactionElementContents, assertVasItemElementContents, buildStoreDayKey, buildStoreTransactionContainer, createBannerShippingAndHandlingSku, createBannerVasGeneralSku, createBannerVasGiftCardSku, createBannerVasGiftWrapSku, createBannerVasMonogramSku, createBannerVasPersonalizationSku, createReturnReason, getCustomerOrderLineStateModel, getCustomerOrderPaymentStateModel, getCustomerOrderStateModel, getReturnLineStateModel, getTransactionElementCount
 
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

PaidOutTransactionConverterTest

public PaidOutTransactionConverterTest(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
Overrides:
doSetUp in class SalesAuditExportTestCase
Throws:
java.lang.Exception

doTearDown

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

testPaidOutCustomerElement

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

testPaidOutForCheckRefundForOrderLineCancellation

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

testPaidOutForCheckRefundForOverpaymentNormalSale

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

testPaidOutForCheckRefundSalesAuditTransactionDate

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

testPaidOutForMerchCertificateRefundForOverpaymentNormalSale

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

testPaidOutForMerchCertificateCreditForOverpaymentExchangeSale

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

testPaidOutForMerchCertificateRefundSalesAuditTransactionDate

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

testPaidOutForMerchCardRefundForOrderCancellation

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

testPaidOutForReturnLinePhysicalTenderRefundPayment

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

testNoPaidOutForReturnLineCreditCardRefundPayment

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

testNoPaidOutForCancelExchangeSaleEvenExchangeCreditCardRefund

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

testFullCancelExchangeSaleGreaterThanReturnAfterReturnExportedWithCreditCardSendsPaidOut

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

testFullCancelExchangeSaleGreaterThanReturnAfterReturnExportedWithGiftCertificateSendsPaidOut

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

testFullCancelExchangeSaleGreaterThanReturnBeforeReturnExportedDoesNotCreatePaidOutPhyTender2

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

testFullCancelExchangeSaleGreaterThanReturnBeforeReturnReturnedCreatesPaidOutsForPhyTender

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

testFullCancelExchangeSaleGreaterThanReturnBeforeReturnReturnedDoesNotCreatePaidOutForCC

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

testFullCancelExchangeSaleLineLessThanReturnBeforeReturnExportDoesNotSendPaidOutTransaction

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

testFullConfirmCancelExchSaleGreaterThanReturnBeforeReturnExportedDoesNotCreatePaidOutForCC

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

testPartialCancelExchangeSaleLineSendsPaidOutExchangeTransaction

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

testPaidOutForInvalidPaymentType

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

testPaidOutForReplacementSale

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

testPaidOutForInvalidOrderLineType

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

testPaidOutForStoredValueCardCashout

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

testPaidOutForPostSaleOrderTotalAccommodation

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

testPaidOutForPostSaleOrderTaxAccommodation

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

testPaidOutForPostSaleOrderShippingAccomodation

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

testPaidOutForPostSaleOrderPersonalizationAccomodation

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

testPaidOutForPostSaleOrderGiftingAccomodation

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

testPaidOutForPostSaleOrderLineMerchAccomodation

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

testPaidOutForMerchCertificateRefundForPreSaleOrderLineMerchAccommodation

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

testPaidOutForPostSaleOrderAccommodationDuringReturn

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

testPaymentElementsForMultiplePostSaleOrderLineMerchAccommodations

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

testPaymentElementCheckPaymentForPostSaleOrderAccommodation

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

testPaymentElementMerchCardPaymentForPostSaleOrderTaxAccommodation

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

testPaymentElementMerchCertificatePaymentForPostSaleOrderAccommodation

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

testPaymentElementCreditCardPaymentForPaidOutForPostSaleOrderAccommodation

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


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