1
0
mirror of synced 2025-12-23 18:48:00 +08:00

统一规范化部分javadoc

This commit is contained in:
Binary Wang
2017-09-21 15:07:31 +08:00
parent 13ca47c91b
commit f86b594386
19 changed files with 36 additions and 24 deletions

View File

@@ -12,11 +12,12 @@ import org.testng.annotations.*;
import java.math.BigDecimal;
import java.util.List;
import static org.testng.AssertJUnit.assertNotNull;
import static org.testng.AssertJUnit.*;
/**
* @author <a href="https://github.com/binarywang">binarywang(Binary Wang)</a>
* Created by Binary Wang on 2016-09-23.
* Created by Binary Wang on 2016-09-23.
*
* @author <a href="https://github.com/binarywang">Binary Wang</a>
*/
@Test
@Guice(modules = ApiTestModule.class)

View File

@@ -20,8 +20,9 @@ import java.util.List;
/**
* <pre>
* Created by Binary Wang on 2016-10-14.
* @author <a href="https://github.com/binarywang">binarywang(Binary Wang)</a>
* </pre>
*
* @author <a href="https://github.com/binarywang">Binary Wang</a>
*/
@Guice(modules = ApiTestModule.class)
public class WxMpTemplateMsgServiceImplTest {

View File

@@ -12,8 +12,9 @@ import org.testng.annotations.*;
import java.util.List;
/**
* @author <a href="https://github.com/binarywang">binarywang(Binary Wang)</a>
* Created by Binary Wang on 2016/9/2.
* Created by Binary Wang on 2016/9/2.
*
* @author <a href="https://github.com/binarywang">Binary Wang</a>
*/
@Test
@Guice(modules = ApiTestModule.class)

View File

@@ -7,8 +7,9 @@ import static org.testng.AssertJUnit.*;
/**
* <pre>
* Created by Binary Wang on 2017-3-30.
* @author <a href="https://github.com/binarywang">binarywang(Binary Wang)</a>
* </pre>
*
* @author <a href="https://github.com/binarywang">Binary Wang</a>
*/
public class WxMpTemplateMessageTest {
@Test