🎨 fix javadoc by removing @date
This commit is contained in:
@@ -18,7 +18,7 @@ import static org.mockito.Mockito.spy;
|
||||
* 测试类.
|
||||
*
|
||||
* @author <a href="https://github.com/binarywang">Binary Wang</a>
|
||||
* @date 2019-06-16
|
||||
* created on 2019-06-16
|
||||
*/
|
||||
|
||||
@Test
|
||||
|
||||
@@ -21,7 +21,7 @@ import static org.assertj.core.api.Assertions.assertThat;
|
||||
* 草稿箱单元测试.
|
||||
*
|
||||
* @author dragon
|
||||
* @date 2021-10-22
|
||||
* created on 2021-10-22
|
||||
*/
|
||||
@Guice(modules = ApiTestModule.class)
|
||||
public class WxMpDraftServiceImplTest {
|
||||
|
||||
@@ -16,7 +16,7 @@ import static org.assertj.core.api.Assertions.assertThat;
|
||||
* 发布能力-单元测试.
|
||||
*
|
||||
* @author dragon
|
||||
* @date 2021-10-23
|
||||
* created on 2021-10-23
|
||||
*/
|
||||
@Guice(modules = ApiTestModule.class)
|
||||
public class WxMpFreePublishServiceImplTest {
|
||||
|
||||
@@ -15,7 +15,7 @@ import static org.assertj.core.api.Assertions.assertThat;
|
||||
|
||||
/**
|
||||
* @author <a href="https://www.sacoc.cn">广州跨界-宋心成</a>
|
||||
* @date 2021/5/13/013
|
||||
* created on 2021/5/13/013
|
||||
*/
|
||||
|
||||
@Guice(modules = ApiTestModule.class)
|
||||
|
||||
@@ -17,7 +17,7 @@ import static org.assertj.core.api.Assertions.assertThat;
|
||||
|
||||
/**
|
||||
* @author <a href="https://www.sacoc.cn">广州跨界-宋心成</a>
|
||||
* @date 2021/5/13/013
|
||||
* created on 2021/5/13/013
|
||||
*/
|
||||
|
||||
@Guice(modules = ApiTestModule.class)
|
||||
|
||||
@@ -19,7 +19,7 @@ import static org.assertj.core.api.Assertions.assertThat;
|
||||
|
||||
/**
|
||||
* @author <a href="https://www.sacoc.cn">广州跨界-宋心成</a>
|
||||
* @date 2021/5/13/013
|
||||
* created on 2021/5/13/013
|
||||
*/
|
||||
|
||||
@Guice(modules = ApiTestModule.class)
|
||||
|
||||
@@ -17,7 +17,7 @@ import static org.assertj.core.api.Assertions.assertThat;
|
||||
* 单元测试.
|
||||
*
|
||||
* @author <a href="https://github.com/binarywang">Binary Wang</a>
|
||||
* @date 2020-10-06
|
||||
* created on 2020-10-06
|
||||
*/
|
||||
@Guice(modules = ApiTestModule.class)
|
||||
public class WxMpGuideServiceImplTest {
|
||||
|
||||
@@ -16,7 +16,7 @@ import static org.assertj.core.api.Assertions.assertThat;
|
||||
|
||||
/**
|
||||
* @author <a href="https://www.sacoc.cn">广州跨界-宋心成</a>
|
||||
* @date 2021/5/13/013
|
||||
* created on 2021/5/13/013
|
||||
*/
|
||||
|
||||
@Guice(modules = ApiTestModule.class)
|
||||
|
||||
@@ -13,7 +13,7 @@ import org.testng.annotations.Test;
|
||||
* 测试类.
|
||||
*
|
||||
* @author <a href="https://github.com/binarywang">Binary Wang</a>
|
||||
* @date 2019-07-14
|
||||
* created on 2019-07-14
|
||||
*/
|
||||
@Test
|
||||
@Guice(modules = ApiTestModule.class)
|
||||
|
||||
@@ -16,7 +16,7 @@ import static org.assertj.core.api.Assertions.assertThat;
|
||||
* 测试类.
|
||||
*
|
||||
* @author <a href="https://github.com/binarywang">Binary Wang</a>
|
||||
* @date 2020-08-09
|
||||
* created on 2020-08-09
|
||||
*/
|
||||
@Test
|
||||
@Guice(modules = ApiTestModule.class)
|
||||
|
||||
@@ -32,7 +32,7 @@ import static org.mockito.Mockito.when;
|
||||
* 测试类.
|
||||
*
|
||||
* @author <a href="https://github.com/binarywang">Binary Wang</a>
|
||||
* @date 2019-06-22
|
||||
* created on 2019-06-22
|
||||
*/
|
||||
@Test
|
||||
@Guice(modules = ApiTestModule.class)
|
||||
|
||||
@@ -12,7 +12,7 @@ import org.testng.annotations.Test;
|
||||
|
||||
/**
|
||||
* @author Mklaus
|
||||
* @date 2018-01-22 下午2:02
|
||||
* created on 2018-01-22 下午2:02
|
||||
*/
|
||||
@Guice(modules = ApiTestModule.class)
|
||||
public class WxMpSubscribeMsgServiceImplTest {
|
||||
|
||||
@@ -9,7 +9,7 @@ import static org.assertj.core.api.Assertions.assertThat;
|
||||
* 老板加点注释吧.
|
||||
*
|
||||
* @author <a href="https://github.com/binarywang">Binary Wang</a>
|
||||
* @date 2019-07-14
|
||||
* created on 2019-07-14
|
||||
*/
|
||||
public class WxMpUserActionTest {
|
||||
|
||||
|
||||
@@ -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-05
|
||||
* created on 2019-08-05
|
||||
*/
|
||||
public class WxMpGetSelfMenuInfoResultTest {
|
||||
|
||||
|
||||
@@ -8,7 +8,7 @@ import static org.assertj.core.api.Assertions.assertThat;
|
||||
* 单元测试.
|
||||
*
|
||||
* @author <a href="https://github.com/binarywang">Binary Wang</a>
|
||||
* @date 2020-11-05
|
||||
* created on 2020-11-05
|
||||
*/
|
||||
public class WxMpMenuTest {
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@ import static org.testng.AssertJUnit.*;
|
||||
|
||||
/**
|
||||
* @author Mklaus
|
||||
* @date 2018-01-22 下午1:41
|
||||
* created on 2018-01-22 下午1:41
|
||||
*/
|
||||
public class WxMpSubscribeMessageTest {
|
||||
@Test
|
||||
|
||||
@@ -8,7 +8,7 @@ import static org.assertj.core.api.Assertions.assertThat;
|
||||
* 测试类.
|
||||
*
|
||||
* @author <a href="https://github.com/binarywang">Binary Wang</a>
|
||||
* @date 2020-02-29
|
||||
* created on 2020-02-29
|
||||
*/
|
||||
public class WxMpTemplateIndustryTest {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user