forked from binarywang/WxJava
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5d276b7
commit 9279156
Showing
4 changed files
with
4 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,7 +21,7 @@ | |
* | ||
* @author zhangq <[email protected]> | ||
*/ | ||
public class WxCpTpServiceImplTest { | ||
public class WxCpTpServiceApacheHttpClientImplTest { | ||
|
||
public static final String API_URL = "https://qyapi.weixin.qq.com"; | ||
public static final String SUITE_ID = "xxxxxx"; | ||
|
@@ -41,7 +41,7 @@ public class WxCpTpServiceImplTest { | |
|
||
@BeforeMethod | ||
public void setUp() { | ||
wxCpTpService = new WxCpTpServiceImpl(); | ||
wxCpTpService = new WxCpTpServiceApacheHttpClientImpl(); | ||
wxCpTpService.setWxCpTpConfigStorage(wxCpTpConfigStorage()); | ||
} | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters