单元测试中去掉不必要的组依赖
This commit is contained in:
@@ -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 {
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user