org.jivesoftware.smackx.pubsub
Class TestAPI

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.test.PubSubTestCase
                  extended by org.jivesoftware.smackx.pubsub.test.SingleUserTestCase
                      extended by org.jivesoftware.smackx.pubsub.TestAPI
All Implemented Interfaces:
junit.framework.Test

public class TestAPI
extends SingleUserTestCase


Constructor Summary
TestAPI()
           
 
Method Summary
 void testGetAllNodes()
           
 void testGetNonexistentNode()
           
 
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

TestAPI

public TestAPI()
Method Detail

testGetNonexistentNode

public void testGetNonexistentNode()

testGetAllNodes

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