org.jivesoftware.smackx.pubsub
Class OwnerUseCases

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

public class OwnerUseCases
extends SingleUserTestCase


Constructor Summary
OwnerUseCases()
           
 
Method Summary
 void testCreateAndUpdateConfiguredNode()
           
 void testCreateConfiguredNode()
           
 void testCreateInstantNode()
           
 void testCreateNamedNode()
           
 void testDeleteNode()
           
 void testGetDefaultConfig()
           
 void testPurgeItems()
           
 
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

OwnerUseCases

public OwnerUseCases()
Method Detail

testCreateInstantNode

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

testCreateNamedNode

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

testCreateConfiguredNode

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

testCreateAndUpdateConfiguredNode

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

testGetDefaultConfig

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

testDeleteNode

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

testPurgeItems

public void testPurgeItems()
                    throws org.jivesoftware.smack.XMPPException
Throws:
org.jivesoftware.smack.XMPPException