🎨 fix javadoc by removing @date

This commit is contained in:
Binary Wang
2022-08-23 00:37:10 +08:00
parent f94e67056d
commit 36602d58a5
757 changed files with 789 additions and 762 deletions

View File

@@ -6,7 +6,7 @@ import com.google.inject.Binder;
* 带mock server 的test module.
*
* @author <a href="https://github.com/binarywang">Binary Wang</a>
* @date 2020-08-30
* created on 2020-08-30
*/
public class ApiTestModuleWithMockServer extends ApiTestModule {
public static final int mockServerPort = 8080;

View File

@@ -23,7 +23,7 @@ import java.util.Date;
* 官方文档https://open.work.weixin.qq.com/api/doc/90000/90135/93632
*
* @author <a href="https://github.com/0katekate0">Wang_Wong</a>
* @date 2021-12-23
* created on 2021-12-23
*/
@Slf4j
public class WxCpLivingTest {

View File

@@ -25,7 +25,7 @@ import java.util.List;
* 官方文档https://developer.work.weixin.qq.com/document/path/91360
*
* @author <a href="https://github.com/0katekate0">Wang_Wong</a>
* @date 2022-01-17
* created on 2022-01-17
*/
@Slf4j
public class WxCpMsgAuditTest {

View File

@@ -24,7 +24,7 @@ import java.io.InputStream;
* https://developer.work.weixin.qq.com/document/path/90240#%E5%AE%A1%E6%89%B9%E7%8A%B6%E6%80%81%E9%80%9A%E7%9F%A5%E4%BA%8B%E4%BB%B6
*
* @author <a href="https://gitee.com/Wang_Wong/">Wang_Wong</a>
* @date 2022-04-06
* created on 2022-04-06
*/
@Slf4j
public class WxCpOaAgentTest {

View File

@@ -20,7 +20,7 @@ import java.util.Date;
* https://developer.work.weixin.qq.com/document/path/93676
*
* @author <a href="https://github.com/0katekate0">Wang_Wong</a>
* @date: 2022/5/31 9:10
* created on : 2022/5/31 9:10
*/
@Slf4j
public class WxCpSchoolHealthTest {

View File

@@ -20,7 +20,7 @@ import java.util.Date;
* https://developer.work.weixin.qq.com/document/path/93744
*
* @author <a href="https://github.com/0katekate0">Wang_Wong</a>
* @date: 2022/5/31 9:10
* created on : 2022/5/31 9:10
*/
@Slf4j
public class WxCpSchoolTest {

View File

@@ -28,7 +28,7 @@ import static org.assertj.core.api.Assertions.assertThat;
* https://developer.work.weixin.qq.com/document/path/91638
*
* @author <a href="https://github.com/0katekate0">Wang_Wong</a>
* @date: 2022/6/18 9:10
* created on : 2022/6/18 9:10
*/
@Slf4j
public class WxCpSchoolUserTest {

View File

@@ -17,7 +17,7 @@ import java.util.List;
/**
* @author songshiyu
* @date : create in 10:31 2020/9/29
* created on : create in 10:31 2020/9/29
* @description: 测试工作台服务
*/
@Guice(modules = ApiTestModule.class)

View File

@@ -20,7 +20,7 @@ import java.util.stream.Stream;
* 微信群机器人消息发送api 单元测试
*
* @author yr
* @date 2020-08-20
* created on 2020-08-20
*/
@Slf4j
@Guice(modules = ApiTestModule.class)

View File

@@ -23,7 +23,7 @@ import java.io.InputStream;
* 需要用到专门的 secret https://kf.weixin.qq.com/api/doc/path/93304#secret
*
* @author Fu
* @date 2022/1/19 20:12
* created on 2022/1/19 20:12
*/
@Guice(modules = ApiTestModule.class)
public class WxCpKfServiceImplTest {

View File

@@ -27,7 +27,7 @@ import static org.testng.Assert.assertNotNull;
* 测试类.
*
* @author <a href="https://github.com/binarywang">Binary Wang</a>
* @date 2020-08-30
* created on 2020-08-30
*/
@Test
//@Guice(modules = ApiTestModuleWithMockServer.class)

View File

@@ -17,7 +17,7 @@ import static org.assertj.core.api.Assertions.assertThat;
* 单元测试.
*
* @author <a href="https://github.com/binarywang">Binary Wang</a>
* @date 2020-09-20
* created on 2020-09-20
*/
@Test

View File

@@ -17,7 +17,7 @@ import static org.assertj.core.api.Assertions.assertThat;
* 单元测试.
*
* @author <a href="https://github.com/binarywang">Binary Wang</a>
* @date 2020-09-20
* created on 2020-09-20
*/
@Test

View File

@@ -15,7 +15,7 @@ import java.util.Arrays;
* 单元测试类.
*
* @author <a href="https://github.com/binarywang">Binary Wang</a>
* @date 2020-12-25
* created on 2020-12-25
*/
@Test
@Guice(modules = ApiTestModule.class)

View File

@@ -18,7 +18,7 @@ import static org.testng.Assert.assertNotNull;
* 测试任务卡片服务
*
* @author <a href="https://github.com/domainname">Jeff</a>
* @date 2019-05-16
* created on 2019-05-16
*/
@Guice(modules = ApiTestModule.class)
public class WxCpTaskCardServiceImplTest {

View File

@@ -8,7 +8,7 @@ import static org.assertj.core.api.Assertions.assertThat;
* .
*
* @author <a href="https://github.com/binarywang">Binary Wang</a>
* @date 2019-08-18
* created on 2019-08-18
*/
public class WxCpTpXmlPackageTest {

View File

@@ -9,7 +9,7 @@ import static org.assertj.core.api.Assertions.assertThat;
* 单元测试.
*
* @author <a href="https://github.com/binarywang">Binary Wang</a>
* @date 2020-09-20
* created on 2020-09-20
*/
public class WxCpUpdateRemarkRequestTest {

View File

@@ -15,7 +15,7 @@ import static org.assertj.core.api.Assertions.assertThat;
* 测试用例中的json参考 https://work.weixin.qq.com/api/doc/90000/90135/90250
*
* @author <a href="https://github.com/binarywang">Binary Wang</a>
* @date 2020-08-30
* created on 2020-08-30
*/
public class WxCpLinkedCorpMessageTest {

View File

@@ -27,7 +27,7 @@ import static org.assertj.core.api.Assertions.assertThat;
* https://developer.work.weixin.qq.com/document/path/92321
*
* @author <a href="https://github.com/0katekate0">Wang_Wong</a>
* @date 2022-06-29
* created on 2022-06-29
*/
@Slf4j
public class WxCpSchoolContactMessageTest {

View File

@@ -14,7 +14,7 @@ import static org.assertj.core.api.Assertions.assertThat;
* 测试.
*
* @author <a href="https://github.com/binarywang">Binary Wang</a>
* @date 2020-07-18
* created on 2020-07-18
*/
public class WxCpOaApplyEventRequestTest {
@Test

View File

@@ -11,7 +11,7 @@ import static org.assertj.core.api.Assertions.assertThat;
* 单元测试.
*
* @author <a href="https://github.com/binarywang">Binary Wang</a>
* @date 2020-09-20
* created on 2020-09-20
*/
public class WxCpOaCalendarTest {

View File

@@ -23,7 +23,7 @@ import static org.assertj.core.api.Assertions.assertThat;
* 测试代码.
*
* @author <a href="https://github.com/binarywang">Binary Wang</a>
* @date 2019-08-18
* created on 2019-08-18
*/
public class BaseWxCpTpServiceImplTest {
private final WxCpTpService tpService = Mockito.spy(new WxCpTpServiceApacheHttpClientImpl());

View File

@@ -25,7 +25,7 @@ import static org.testng.Assert.assertNotNull;
/**
* 许可证账号服务测试
* @author Totoro
* @date 2022/6/27 16:34
* created on 2022/6/27 16:34
*/
public class WxCpTpLicenseServiceImplTest {

View File

@@ -8,7 +8,7 @@ import static org.testng.Assert.assertEquals;
/**
* @author <a href="https://github.com/binarywang">Binary Wang</a>
* @date 2020-06-11
* created on 2020-06-11
*/
public class WxCpCryptUtilTest {
@Test