统一规范化部分javadoc
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -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 {
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user