Class DefaultAlipayCreateRequestStrategyTest
- java.lang.Object
-
- de.hybris.platform.chinesepspalipayservices.strategies.impl.DefaultAlipayCreateRequestStrategyTest
-
@UnitTest public class DefaultAlipayCreateRequestStrategyTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description DefaultAlipayCreateRequestStrategyTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetUp()voidtestCovert2SnakeCase()voidtestCreateDirectPayUrl()voidtestCreateRefundUrl()voidtestDescribeRequest()voidtestParserXML()voidtestSubmitCancelPaymentRequest()voidtestSubmitPaymentStatusRequestWithEmptyResponse()voidtestSubmitPaymentStatusRequestWithXmlResponse()
-
-
-
Method Detail
-
setUp
public void setUp() throws java.lang.Exception- Throws:
java.lang.Exception
-
testCreateDirectPayUrl
public void testCreateDirectPayUrl() throws java.lang.Exception- Throws:
java.lang.Exception
-
testSubmitPaymentStatusRequestWithEmptyResponse
public void testSubmitPaymentStatusRequestWithEmptyResponse() throws java.lang.ReflectiveOperationException- Throws:
java.lang.ReflectiveOperationException
-
testSubmitPaymentStatusRequestWithXmlResponse
public void testSubmitPaymentStatusRequestWithXmlResponse() throws java.lang.ReflectiveOperationException- Throws:
java.lang.ReflectiveOperationException
-
testSubmitCancelPaymentRequest
public void testSubmitCancelPaymentRequest() throws java.lang.ReflectiveOperationException- Throws:
java.lang.ReflectiveOperationException
-
testCreateRefundUrl
public void testCreateRefundUrl() throws java.lang.Exception- Throws:
java.lang.Exception
-
testDescribeRequest
public void testDescribeRequest() throws java.lang.ReflectiveOperationException- Throws:
java.lang.ReflectiveOperationException
-
testParserXML
public void testParserXML()
-
testCovert2SnakeCase
public void testCovert2SnakeCase()
-
-