@@ -60,7 +60,7 @@ public void testReport() throws Exception {
60
60
/**
61
61
* Test method for {@link WxPayService#refund(WxPayRefundRequest)} .
62
62
*/
63
- @ Test //(dependsOnMethods = {"setSSLKey"})
63
+ @ Test
64
64
public void testRefund () throws Exception {
65
65
WxPayRefundResult result = this .wxService .refund (
66
66
WxPayRefundRequest .newBuilder ()
@@ -99,7 +99,7 @@ public void testRefundQuery() throws Exception {
99
99
/**
100
100
* Test method for {@link WxPayService#sendRedpack(WxPaySendRedpackRequest)} .
101
101
*/
102
- @ Test //(dependsOnMethods = {"setSSLKey"})
102
+ @ Test
103
103
public void testSendRedpack () throws Exception {
104
104
WxPaySendRedpackRequest request = new WxPaySendRedpackRequest ();
105
105
request .setActName ("abc" );
@@ -113,7 +113,7 @@ public void testSendRedpack() throws Exception {
113
113
/**
114
114
* Test method for {@link WxPayService#queryRedpack(java.lang.String)}.
115
115
*/
116
- @ Test //(dependsOnMethods = {"setSSLKey"})
116
+ @ Test
117
117
public void testQueryRedpack () throws Exception {
118
118
WxPayRedpackQueryResult redpackResult = this .wxService .queryRedpack ("aaaa" );
119
119
this .logger .info (redpackResult .toString ());
@@ -157,7 +157,7 @@ public void testCloseOrder() throws WxErrorException {
157
157
/**
158
158
* Test method for {@link WxPayService#entPay(WxEntPayRequest)}.
159
159
*/
160
- @ Test //(dependsOnMethods = {"setSSLKey"})
160
+ @ Test
161
161
public void testEntPay () throws WxErrorException {
162
162
WxEntPayRequest request = new WxEntPayRequest ();
163
163
this .logger .info (this .wxService .entPay (request ).toString ());
@@ -166,7 +166,7 @@ public void testEntPay() throws WxErrorException {
166
166
/**
167
167
* Test method for {@link WxPayService#queryEntPay(java.lang.String)}.
168
168
*/
169
- @ Test //(dependsOnMethods = {"setSSLKey"})
169
+ @ Test
170
170
public void testQueryEntPay () throws WxErrorException {
171
171
this .logger .info (this .wxService .queryEntPay ("11212121" ).toString ());
172
172
}
0 commit comments