Package com.foxinmy.weixin4j.mp.test
Class TagTest
- java.lang.Object
-
- com.foxinmy.weixin4j.mp.test.TokenTest
-
- com.foxinmy.weixin4j.mp.test.TagTest
-
public class TagTest extends TokenTest
标签单元测试- Since:
- JDK 1.6
- Author:
- jinyu(foxinmy@gmail.com)
-
-
Field Summary
-
Fields inherited from class com.foxinmy.weixin4j.mp.test.TokenTest
tokenManager, weixinAccount
-
-
Constructor Summary
Constructors Constructor Description TagTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
batchtagging()
void
batchuntagging()
void
create()
void
getAllTagFollowing()
void
getAllTagFollowingOpenIds()
void
getidlist()
void
init()
void
list()
void
remove()
void
update()
-
-
-
Method Detail
-
init
public void init()
-
create
public void create() throws WeixinException
- Throws:
WeixinException
-
list
public void list() throws WeixinException
- Throws:
WeixinException
-
update
public void update() throws WeixinException
- Throws:
WeixinException
-
remove
public void remove() throws WeixinException
- Throws:
WeixinException
-
batchtagging
public void batchtagging() throws WeixinException
- Throws:
WeixinException
-
batchuntagging
public void batchuntagging() throws WeixinException
- Throws:
WeixinException
-
getidlist
public void getidlist() throws WeixinException
- Throws:
WeixinException
-
getAllTagFollowing
public void getAllTagFollowing() throws WeixinException
- Throws:
WeixinException
-
getAllTagFollowingOpenIds
public void getAllTagFollowingOpenIds() throws WeixinException
- Throws:
WeixinException
-
-