org.jivesoftware.smackx
Class MultipleRecipientManagerTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.jivesoftware.smack.test.SmackTestCase
              extended by org.jivesoftware.smackx.MultipleRecipientManagerTest
All Implemented Interfaces:
junit.framework.Test

public class MultipleRecipientManagerTest
extends SmackTestCase

Tests that JEP-33 support in Smack is correct.

Author:
Gaston Dombiak

Constructor Summary
MultipleRecipientManagerTest(java.lang.String arg0)
           
 
Method Summary
 void testNoReply()
          Ensures that replying is not allowed when disabled.
 void testReplying()
          Ensures that replying to packets is ok.
 void testSending()
          Ensures that sending and receiving of packets is ok.
 
Methods inherited from class org.jivesoftware.smack.test.SmackTestCase
assertEquals
 
Methods inherited from class junit.framework.TestCase
countTestCases, getName, run, run, runBare, setName, toString
 
Methods inherited from class junit.framework.Assert
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail, failNotEquals, failNotSame, failSame, format
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MultipleRecipientManagerTest

public MultipleRecipientManagerTest(java.lang.String arg0)
Method Detail

testSending

public void testSending()
                 throws XMPPException
Ensures that sending and receiving of packets is ok.

Throws:
XMPPException

testReplying

public void testReplying()
                  throws XMPPException
Ensures that replying to packets is ok.

Throws:
XMPPException

testNoReply

public void testNoReply()
                 throws XMPPException
Ensures that replying is not allowed when disabled.

Throws:
XMPPException