Refined the test case

This commit is contained in:
sameira 2016-02-18 22:49:50 +05:30
parent 66eb5d7270
commit a304aa9860
1 changed files with 0 additions and 20 deletions

View File

@ -28,24 +28,4 @@ public class RedisMessageListenerTest {
Thread.sleep(100);
assertTrue(RedisMessageSubscriber.messageList.get(0).contains(message));
}
public void testOnPMessage() throws Exception {
}
public void testOnSubscribe() throws Exception {
}
public void testOnUnsubscribe() throws Exception {
}
public void testOnPUnsubscribe() throws Exception {
}
public void testOnPSubscribe() throws Exception {
}
}