1
0
mirror of synced 2025-12-19 14:48:02 +08:00

添加群发消息单元测试

This commit is contained in:
Daniel Qian
2014-08-25 14:11:26 +08:00
parent 771ddef37e
commit 328b3d373a
19 changed files with 532 additions and 172 deletions

View File

@@ -13,6 +13,11 @@ import chanjarster.weixin.bean.WxMenu;
import chanjarster.weixin.bean.WxMenu.WxMenuButton;
import chanjarster.weixin.exception.WxErrorException;
/**
* 测试菜单
* @author chanjarster
*
*/
@Test(dependsOnGroups="baseAPI")
@Guice(modules = ApiTestModule.class)
public class WxMenuAPITest {