Class GenericMockCommand
- java.lang.Object
-
- de.hybris.platform.payment.commands.impl.GenericMockCommand
-
- Direct Known Subclasses:
AuthorizationMockCommand,CaptureMockCommand,CreateSubscriptionMockCommand,DeleteSubscriptionMockCommand,EnrollmentCheckMockCommand,FollowOnRefundMockCommand,GetSubscriptionDataMockCommand,PartialCaptureMockCommand,StandaloneRefundMockCommand,SubscriptionAuthorizationMockCommand,UpdateSubscriptionMockCommand,VoidMockCommand
public abstract class GenericMockCommand extends java.lang.ObjectA mockup Implementation for a generic Command. The implementation allows to run tests of the payment module without actually paying a dime for it.
-
-
Constructor Summary
Constructors Constructor Description GenericMockCommand()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected AbstractResultgenericPerform(AbstractRequest request, AbstractResult result)
-
-
-
Method Detail
-
genericPerform
protected AbstractResult genericPerform(AbstractRequest request, AbstractResult result)
-
-