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