This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
server
/
wxJava-final
Watch
6
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
单元测试中去掉不必要的组依赖
master
BinaryWang
8 years ago
parent
6b2e858a62
commit
a21f1522a6
2 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
weixin-java-mp/src/test/java/me/chanjar/weixin/mp/api/WxMpQrCodeAPITest.java
+1
-1
weixin-java-mp/src/test/java/me/chanjar/weixin/mp/api/WxMpShortUrlAPITest.java
+ 1
- 1
weixin-java-mp/src/test/java/me/chanjar/weixin/mp/api/WxMpQrCodeAPITest.java
View File
@@ -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 {
+ 1
- 1
weixin-java-mp/src/test/java/me/chanjar/weixin/mp/api/WxMpShortUrlAPITest.java
View File
@@ -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 {
Write
Preview
Loading…
Cancel
Save