Package com.foxinmy.weixin4j.server.test
Class EncryptMessageTest
- java.lang.Object
-
- com.foxinmy.weixin4j.server.test.MessagePush
-
- com.foxinmy.weixin4j.server.test.EncryptMessageTest
-
public class EncryptMessageTest extends MessagePush
消息验证测试- Since:
- JDK 1.6
- Author:
- jinyu(foxinmy@gmail.com)
-
-
Constructor Summary
Constructors Constructor Description EncryptMessageTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
testType1()
验证明文模式void
testType2()
验证兼容模式void
testType3()
验证密文模式void
testValidate()
验证是否服务器配置是否正常-
Methods inherited from class com.foxinmy.weixin4j.server.test.MessagePush
get, push, push
-
-
-
-
Method Detail
-
testValidate
public void testValidate() throws IOException
验证是否服务器配置是否正常- Throws:
IOException
-
testType1
public void testType1() throws IOException
验证明文模式- Throws:
IOException
-
testType2
public void testType2() throws IOException
验证兼容模式- Throws:
IOException
-
testType3
public void testType3() throws IOException
验证密文模式- Throws:
IOException
-
-