@@ -23,7 +23,7 @@ public class ProfitSharingServiceImplTest {
23
23
private WxPayService payService ;
24
24
25
25
@ Test
26
- public void testProfitsharing () throws WxPayException {
26
+ public void testProfitSharing () throws WxPayException {
27
27
ReceiverList instance = ReceiverList .getInstance ();
28
28
instance .add (new Receiver (WxPayConstants .ReceiverType .PERSONAL_OPENID ,
29
29
"oyOUE5ql4TtzrBg5cVOwxq6tbjOs" ,
@@ -40,7 +40,7 @@ public void testProfitsharing() throws WxPayException {
40
40
}
41
41
42
42
@ Test
43
- public void testMultiprofitsharing () throws WxPayException {
43
+ public void testMultiProfitSharing () throws WxPayException {
44
44
ReceiverList instance = ReceiverList .getInstance ();
45
45
instance .add (new Receiver (WxPayConstants .ReceiverType .MERCHANT_ID ,
46
46
"86693852" ,
@@ -56,7 +56,7 @@ public void testMultiprofitsharing() throws WxPayException {
56
56
}
57
57
58
58
@ Test
59
- public void testProfitsharingFinish () throws WxPayException {
59
+ public void testProfitSharingFinish () throws WxPayException {
60
60
ProfitSharingFinishRequest request = ProfitSharingFinishRequest
61
61
.newBuilder ()
62
62
.outOrderNo ("20191023103251431856285" )
@@ -67,7 +67,7 @@ public void testProfitsharingFinish() throws WxPayException {
67
67
}
68
68
69
69
@ Test
70
- public void testAddreceiver () throws WxPayException {
70
+ public void testAddReceiver () throws WxPayException {
71
71
Receiver receiver = new Receiver (WxPayConstants .ReceiverType .PERSONAL_OPENID ,
72
72
"oyOUE5ql4TtzrBg5cVOwxq6tbjOs" ,
73
73
"***" ,
@@ -92,7 +92,7 @@ public void testRemoveReceiver() throws WxPayException {
92
92
}
93
93
94
94
@ Test
95
- public void testProfitsharingQuery () throws WxPayException {
95
+ public void testProfitSharingQuery () throws WxPayException {
96
96
ProfitSharingQueryRequest request = ProfitSharingQueryRequest
97
97
.newBuilder ()
98
98
.outOrderNo ("20191023112023031060677" )
@@ -104,7 +104,7 @@ public void testProfitsharingQuery() throws WxPayException {
104
104
}
105
105
106
106
@ Test
107
- public void testProfitsharingReturn () throws WxPayException {
107
+ public void testProfitSharingReturn () throws WxPayException {
108
108
ProfitSharingReturnRequest request = ProfitSharingReturnRequest
109
109
.newBuilder ()
110
110
.outOrderNo ("20191023154723316420060" )
@@ -118,7 +118,7 @@ public void testProfitsharingReturn() throws WxPayException {
118
118
}
119
119
120
120
@ Test
121
- public void testProfitsharingReturnQuery () throws WxPayException {
121
+ public void testProfitSharingReturnQuery () throws WxPayException {
122
122
ProfitSharingReturnQueryRequest request = ProfitSharingReturnQueryRequest
123
123
.newBuilder ()
124
124
.outOrderNo ("20191023154723316420060" )
@@ -127,5 +127,4 @@ public void testProfitsharingReturnQuery() throws WxPayException {
127
127
this .logger .info (this .payService .getProfitSharingService ().profitSharingReturnQuery (request ).toString ());
128
128
}
129
129
130
-
131
130
}
0 commit comments