Class com.commercetools.pspadapter.payone.notification.common.PaidNotificationProcessorTest
Tests
Test |
Duration |
Result |
orderServiceIsNotCalledWhenIsUpdateOrderPaymentStateFalse |
0.003s |
passed |
processingCompletedNotificationAboutUnknownTransactionAddsChargeTransactionWithStateSuccess |
0.004s |
passed |
processingCompletedNotificationForFailedChargeTransactionDoesNotChangeState |
0.005s |
passed |
processingCompletedNotificationForPendingChargeTransactionChangesStateToSuccess |
0.003s |
passed |
processingCompletedNotificationForSuccessfulChargeTransactionDoesNotChangeState |
0.004s |
passed |
processingPendingNotificationAboutUnknownTransactionAddsChargeTransactionWithStatePending |
0.006s |
passed |
processingPendingNotificationForPendingChargeTransactionDoesNotChangeState |
0.004s |
passed |
whenChargeTransactionIsFailure_ChangeTransactionStateNOTAdded |
0.003s |
passed |
whenChargeTransactionIsInitial_ChangeTransactionStateISAdded |
0.002s |
passed |
whenChargeTransactionIsPending_ChangeTransactionStateISAdded |
0.004s |
passed |
whenChargeTransactionIsSuccess_ChangeTransactionStateNOTAdded |
0.002s |
passed |