PHP Class Payum\Paypal\ExpressCheckout\Nvp\Tests\Action\PaymentDetailsStatusActionTest

Inheritance: extends PHPUnit_Framework_TestCase
Afficher le fichier Open project: payum/payum

Méthodes publiques

Méthode Description
couldBeConstructedWithoutAnyArguments ( )
shouldImplementsActionInterface ( )
shouldMarkAuthorizedIfAllPaymentStatusPendingAndReasonAuthorization ( )
shouldMarkCanceledIfAllPaymentStatusVoidedAndReasonAuthorization ( )
shouldMarkCanceledIfDetailsContainCanceledKey ( )
shouldMarkCanceledIfPaymentIsCancelledByUser ( )
shouldMarkCanceledIfPaymentNotAuthorized ( )
shouldMarkCapturedIfAllPaymentStatusCompletedOrProcessed ( )
shouldMarkCapturedIfCreateBillingAgreementRequestAndZeroAmount ( )
shouldMarkFailedIfAtLeastOnePaymentStatusFailed ( )
shouldMarkFailedIfCheckoutStatusFailed ( )
shouldMarkFailedIfErrorCodeSetToModel ( )
shouldMarkNewIfDetailsEmpty ( )
shouldMarkNewIfPayerIdSetAndCheckoutStatusNotInitiated ( )
shouldMarkPendingIfAtLeastOnePaymentStatusInProgress ( )
shouldMarkPendingIfCheckoutStatusInProgress ( )
shouldMarkPendingIfPayerIdNotSetAndCheckoutStatusNotInitiated ( )
shouldMarkRefundedIfAtLeastOnePaymentStatusPartiallyRefund ( )
shouldMarkRefundedIfAtLeastOnePaymentStatusRefund ( )
shouldMarkUnknownIfCheckoutStatusUnknown ( )
shouldMarkUnknownIfPaymentStatusUnknown ( )
shouldNotSupportAnythingNotStatusRequest ( )
shouldNotSupportStatusRequestWithNoArrayAccessAsModel ( )
shouldSupportEmptyModel ( )
shouldSupportStatusRequestWithArrayAsModelWhichHasPaymentRequestAmountSet ( )
shouldSupportStatusRequestWithArrayAsModelWhichHasPaymentRequestAmountSetToZero ( )
throwIfNotSupportedRequestGivenAsArgumentForExecute ( )

Method Details

couldBeConstructedWithoutAnyArguments() public méthode

shouldImplementsActionInterface() public méthode

shouldMarkAuthorizedIfAllPaymentStatusPendingAndReasonAuthorization() public méthode

shouldMarkCanceledIfAllPaymentStatusVoidedAndReasonAuthorization() public méthode

shouldMarkCanceledIfDetailsContainCanceledKey() public méthode

shouldMarkCanceledIfPaymentIsCancelledByUser() public méthode

shouldMarkCanceledIfPaymentNotAuthorized() public méthode

shouldMarkCapturedIfAllPaymentStatusCompletedOrProcessed() public méthode

shouldMarkCapturedIfCreateBillingAgreementRequestAndZeroAmount() public méthode

shouldMarkFailedIfAtLeastOnePaymentStatusFailed() public méthode

shouldMarkFailedIfCheckoutStatusFailed() public méthode

shouldMarkFailedIfErrorCodeSetToModel() public méthode

shouldMarkNewIfDetailsEmpty() public méthode

shouldMarkNewIfPayerIdSetAndCheckoutStatusNotInitiated() public méthode

shouldMarkPendingIfAtLeastOnePaymentStatusInProgress() public méthode

shouldMarkPendingIfCheckoutStatusInProgress() public méthode

shouldMarkPendingIfPayerIdNotSetAndCheckoutStatusNotInitiated() public méthode

shouldMarkRefundedIfAtLeastOnePaymentStatusPartiallyRefund() public méthode

shouldMarkRefundedIfAtLeastOnePaymentStatusRefund() public méthode

shouldMarkUnknownIfCheckoutStatusUnknown() public méthode

shouldMarkUnknownIfPaymentStatusUnknown() public méthode

shouldNotSupportAnythingNotStatusRequest() public méthode

shouldNotSupportStatusRequestWithNoArrayAccessAsModel() public méthode

shouldSupportEmptyModel() public méthode

shouldSupportStatusRequestWithArrayAsModelWhichHasPaymentRequestAmountSet() public méthode

shouldSupportStatusRequestWithArrayAsModelWhichHasPaymentRequestAmountSetToZero() public méthode

throwIfNotSupportedRequestGivenAsArgumentForExecute() public méthode