重构不规范的类名
This commit is contained in:
@@ -11,7 +11,7 @@ import java.util.Map;
|
||||
* @author <a href="https://github.com/binarywang">binarywang(Binary Wang)</a>
|
||||
* </pre>
|
||||
*/
|
||||
public class WxPayBaseResultTest {
|
||||
public class BaseWxPayResultTest {
|
||||
|
||||
@Test
|
||||
public void testGetXmlValue() throws Exception {
|
||||
@@ -38,7 +38,7 @@ import static org.testng.Assert.*;
|
||||
*/
|
||||
@Test
|
||||
@Guice(modules = ApiTestModule.class)
|
||||
public class WxPayServiceAbstractImplTest {
|
||||
public class BaseWxPayServiceImplTest {
|
||||
private final Logger logger = LoggerFactory.getLogger(this.getClass());
|
||||
|
||||
@Inject
|
||||
Reference in New Issue
Block a user