Class DefaultTravelCommerceCheckoutServiceTest
java.lang.Object
de.hybris.platform.travelservices.order.impl.DefaultTravelCommerceCheckoutServiceTest
JUnit test suite for
DefaultTravelCommerceCheckoutService-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetUp()voidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoid
-
Constructor Details
-
DefaultTravelCommerceCheckoutServiceTest
public DefaultTravelCommerceCheckoutServiceTest()
-
-
Method Details
-
setUp
public void setUp() -
testAuthorizePaymentForNotNull
public void testAuthorizePaymentForNotNull() -
testAuthorizePaymentForNew
public void testAuthorizePaymentForNew() -
testAuthorizePaymentForAmendment
public void testAuthorizePaymentForAmendment() -
testAuthorizePaymentForAmendmentWithExternalTax
public void testAuthorizePaymentForAmendmentWithExternalTax() -
testSetEntriesAgainstTransaction
public void testSetEntriesAgainstTransaction() -
testGetExistingTransactionForNullOriginalOrder
public void testGetExistingTransactionForNullOriginalOrder() -
testGetExistingTransaction
public void testGetExistingTransaction() -
testGetExistingTransactionForNull
public void testGetExistingTransactionForNull() -
testCreateRefundPaymentTransaction
public void testCreateRefundPaymentTransaction() -
testCreateRefundPaymentTransactionForNullPaymentTransactions
public void testCreateRefundPaymentTransactionForNullPaymentTransactions() -
testCreateRefundPaymentTransactionForEmptyEntries
public void testCreateRefundPaymentTransactionForEmptyEntries() -
testLinkEntriesToOldPaymentTransactions
public void testLinkEntriesToOldPaymentTransactions() -
testLinkEntriesToOldPaymentTransactionsForNullScenarios
public void testLinkEntriesToOldPaymentTransactionsForNullScenarios()
-