mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2025-09-20 10:38:13 +08:00
单元测试中去掉不必要的组依赖
This commit is contained in:
@@ -14,7 +14,7 @@ import java.io.File;
|
||||
*
|
||||
* @author chanjarster
|
||||
*/
|
||||
@Test(groups = "qrCodeAPI", dependsOnGroups = { "baseAPI" })
|
||||
@Test(groups = "qrCodeAPI")
|
||||
@Guice(modules = ApiTestModule.class)
|
||||
public class WxMpQrCodeAPITest {
|
||||
|
||||
|
@@ -11,7 +11,7 @@ import org.testng.annotations.Test;
|
||||
*
|
||||
* @author chanjarster
|
||||
*/
|
||||
@Test(groups = "shortURLAPI", dependsOnGroups = { "baseAPI" })
|
||||
@Test(groups = "shortURLAPI")
|
||||
@Guice(modules = ApiTestModule.class)
|
||||
public class WxMpShortUrlAPITest {
|
||||
|
||||
|
Reference in New Issue
Block a user