Package com.foxinmy.weixin4j.qy.test
Class AgentTest
- java.lang.Object
-
- com.foxinmy.weixin4j.qy.test.TokenTest
-
- com.foxinmy.weixin4j.qy.test.AgentTest
-
public class AgentTest extends TokenTest
应用API测试- Since:
- JDK 1.6
- Author:
- jinyu(foxinmy@gmail.com)
-
-
Field Summary
Fields Modifier and Type Field Description AgentApi
agentApi
-
Fields inherited from class com.foxinmy.weixin4j.qy.test.TokenTest
tokenManager, weixinAccount
-
-
Constructor Summary
Constructors Constructor Description AgentTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
get()
void
init()
void
list()
void
set()
-
-
-
Field Detail
-
agentApi
public AgentApi agentApi
-
-
Method Detail
-
init
public void init()
-
get
public void get() throws WeixinException
- Throws:
WeixinException
-
set
public void set() throws WeixinException
- Throws:
WeixinException
-
list
public void list() throws WeixinException
- Throws:
WeixinException
-
-