org.jivesoftware.smackx.pubsub
Class TestEvents

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.pubsub.TestEvents
All Implemented Interfaces:
junit.framework.Test

public class TestEvents
extends org.jivesoftware.smack.test.SmackTestCase


Constructor Summary
TestEvents(java.lang.String str)
           
 
Method Summary
 void testConfigureAndNotify()
           
 void testCreateAndGetNode()
           
 void testDeleteItemAndNotify()
           
 void testListenerMultipleNodes()
           
 void testPublishAndReceiveNoPayload()
           
 void testPurgeAndNotify()
           
 void testSendAndReceiveDelayed()
           
 void testSendAndReceiveMultipleItems()
           
 void testSendAndReceiveMultipleSubs()
           
 void testSendAndReceiveNoPayload()
           
 void testSendAndReceiveSimplePayload()
           
 
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
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TestEvents

public TestEvents(java.lang.String str)
Method Detail

testCreateAndGetNode

public void testCreateAndGetNode()
                          throws java.lang.Exception
Throws:
java.lang.Exception

testConfigureAndNotify

public void testConfigureAndNotify()
                            throws java.lang.Exception
Throws:
java.lang.Exception

testSendAndReceiveNoPayload

public void testSendAndReceiveNoPayload()
                                 throws java.lang.Exception
Throws:
java.lang.Exception

testPublishAndReceiveNoPayload

public void testPublishAndReceiveNoPayload()
                                    throws java.lang.Exception
Throws:
java.lang.Exception

testSendAndReceiveSimplePayload

public void testSendAndReceiveSimplePayload()
                                     throws java.lang.Exception
Throws:
java.lang.Exception

testSendAndReceiveMultipleSubs

public void testSendAndReceiveMultipleSubs()
                                    throws java.lang.Exception
Throws:
java.lang.Exception

testSendAndReceiveMultipleItems

public void testSendAndReceiveMultipleItems()
                                     throws java.lang.Exception
Throws:
java.lang.Exception

testSendAndReceiveDelayed

public void testSendAndReceiveDelayed()
                               throws java.lang.Exception
Throws:
java.lang.Exception

testDeleteItemAndNotify

public void testDeleteItemAndNotify()
                             throws java.lang.Exception
Throws:
java.lang.Exception

testPurgeAndNotify

public void testPurgeAndNotify()
                        throws java.lang.Exception
Throws:
java.lang.Exception

testListenerMultipleNodes

public void testListenerMultipleNodes()
                               throws java.lang.Exception
Throws:
java.lang.Exception