🎨 fix javadoc by removing @date
This commit is contained in:
@@ -6,7 +6,7 @@ import org.testng.annotations.Test;
|
||||
* .
|
||||
*
|
||||
* @author <a href="https://github.com/binarywang">Binary Wang</a>
|
||||
* @date 2019-08-18
|
||||
* created on 2019-08-18
|
||||
*/
|
||||
public class EntPayRequestTest {
|
||||
|
||||
|
||||
@@ -9,7 +9,7 @@ import static org.assertj.core.api.Assertions.assertThat;
|
||||
* WxPayNotifyResponse 测试.
|
||||
*
|
||||
* @author <a href="https://github.com/binarywang">Binary Wang</a>
|
||||
* @date 2019-06-30
|
||||
* created on 2019-06-30
|
||||
*/
|
||||
@Slf4j
|
||||
public class WxPayNotifyResponseTest {
|
||||
|
||||
@@ -4,7 +4,7 @@ import org.testng.annotations.Test;
|
||||
|
||||
/**
|
||||
* @author <a href="https://github.com/binarywang">Binary Wang</a>
|
||||
* @date 2020-07-11
|
||||
* created on 2020-07-11
|
||||
*/
|
||||
public class WxPayScoreRequestTest {
|
||||
@Test
|
||||
|
||||
@@ -10,7 +10,7 @@ import static org.assertj.core.api.Assertions.assertThat;
|
||||
* 测试.
|
||||
*
|
||||
* @author <a href="https://github.com/binarywang">Binary Wang</a>
|
||||
* @date 2020-03-22
|
||||
* created on 2020-03-22
|
||||
*/
|
||||
@Test
|
||||
public class ProfitSharingQueryResultTest {
|
||||
|
||||
@@ -6,7 +6,7 @@ import static org.assertj.core.api.Assertions.assertThat;
|
||||
|
||||
/**
|
||||
* @author <a href="https://github.com/binarywang">Binary Wang</a>
|
||||
* @date 2020-06-07
|
||||
* created on 2020-06-07
|
||||
*/
|
||||
public class WxPayRefundRequestTest {
|
||||
|
||||
|
||||
@@ -14,7 +14,7 @@ import org.testng.annotations.Test;
|
||||
/**
|
||||
* 商家转账到零钱(直连商户)
|
||||
* @author glz
|
||||
* @date 2022/6/11
|
||||
* created on 2022/6/11
|
||||
*/
|
||||
@Slf4j
|
||||
@Test
|
||||
|
||||
@@ -20,7 +20,7 @@ import java.io.InputStream;
|
||||
* 批量转账到零钱(服务商)
|
||||
*
|
||||
* @author xiaoqiang
|
||||
* @date 2021/12/9
|
||||
* created on 2021/12/9
|
||||
*/
|
||||
@Slf4j
|
||||
@Test
|
||||
|
||||
@@ -14,7 +14,7 @@ import java.net.URISyntaxException;
|
||||
* 测试代码,待补充完善.
|
||||
*
|
||||
* @author <a href="https://github.com/binarywang">Binary Wang</a>
|
||||
* @date 2020-05-19
|
||||
* created on 2020-05-19
|
||||
*/
|
||||
@Test
|
||||
@Guice(modules = ApiTestModule.class)
|
||||
|
||||
@@ -17,7 +17,7 @@ import org.testng.annotations.Test;
|
||||
* 微工卡(服务商)
|
||||
*
|
||||
* @author xiaoqiang
|
||||
* @date 2021/12/9
|
||||
* created on 2021/12/9
|
||||
*/
|
||||
@Slf4j
|
||||
@Test
|
||||
|
||||
@@ -18,7 +18,7 @@ import org.testng.annotations.Test;
|
||||
* 测试类.
|
||||
*
|
||||
* @author <a href="https://github.com/binarywang">Binary Wang</a>
|
||||
* @date 2019-12-26
|
||||
* created on 2019-12-26
|
||||
*/
|
||||
@Slf4j
|
||||
@Test
|
||||
|
||||
@@ -17,7 +17,7 @@ import java.util.List;
|
||||
* 获取商家转账到零钱服务类API测试
|
||||
*
|
||||
* @author zhongjun
|
||||
* @date 2022/6/17
|
||||
* created on 2022/6/17
|
||||
**/
|
||||
@Slf4j
|
||||
@Test
|
||||
|
||||
@@ -14,7 +14,7 @@ import org.testng.annotations.Test;
|
||||
|
||||
/**
|
||||
* @author chenliang
|
||||
* @date 2021-08-02 6:45 下午
|
||||
* created on 2021-08-02 6:45 下午
|
||||
*/
|
||||
@Test
|
||||
@Guice(modules = ApiTestModule.class)
|
||||
|
||||
Reference in New Issue
Block a user