org.jivesoftware.smackx.pubsub
Class EntityUseCases

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

public class EntityUseCases
extends SingleUserTestCase


Constructor Summary
EntityUseCases()
           
 
Method Summary
 void testDiscoverNodeInfo()
           
 void testDiscoverNodeItems()
           
 void testDiscoverNodeSubscriptions()
           
 void testDiscoverPubsubInfo()
           
 void testDiscoverSubscriptions()
           
 void testRetrieveAffiliation()
           
 
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

EntityUseCases

public EntityUseCases()
Method Detail

testDiscoverPubsubInfo

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

testDiscoverNodeInfo

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

testDiscoverNodeItems

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

testDiscoverSubscriptions

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

testDiscoverNodeSubscriptions

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

testRetrieveAffiliation

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