mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2025-04-23 23:58:44 +08:00
单元测试中去掉不必要的组依赖
This commit is contained in:
parent
6b2e858a62
commit
a21f1522a6
@ -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 {
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user