微信支付接口代码拉出到单独类中维护,单元测试暂时未完成

This commit is contained in:
BinaryWang
2016-07-28 13:10:02 +08:00
parent 47c8c081ba
commit 4554c994fc
5 changed files with 573 additions and 490 deletions

View File

@@ -0,0 +1,60 @@
package me.chanjar.weixin.mp.api.impl;
import org.testng.annotations.Test;
/**
* Created by Binary Wang on 2016/7/28.
* @author binarywang (https://github.com/binarywang)
*/
public class WxMpPayServiceImplTest {
@Test
public void testGetPrepayId() throws Exception {
}
@Test
public void testGetPrepayId1() throws Exception {
}
@Test
public void testGetJsapiPayInfo() throws Exception {
}
@Test
public void testGetNativePayInfo() throws Exception {
}
@Test
public void testGetPayInfo() throws Exception {
}
@Test
public void testGetJSSDKPayResult() throws Exception {
}
@Test
public void testGetJSSDKCallbackData() throws Exception {
}
@Test
public void testRefundPay() throws Exception {
}
@Test
public void testCheckJSSDKCallbackDataSignature() throws Exception {
}
@Test
public void testSendRedpack() throws Exception {
}
}