org.jivesoftware.smackx.pubsub
Class PublisherUseCases

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

public class PublisherUseCases
extends SingleUserTestCase


Constructor Summary
PublisherUseCases()
           
 
Method Summary
 void testDeleteItems()
           
 void testSendNodePerNot()
           
 void testSendNodeTrNot()
           
 void testSendNodeTrPay_WithOutPayload()
           
 void testSendNodeTrPay_WithPayload()
           
 void testSendPerPay_NoPayload()
           
 void testSendPerPay_WithPayload()
           
 
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

PublisherUseCases

public PublisherUseCases()
Method Detail

testSendNodeTrNot

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

testSendNodeTrPay_WithOutPayload

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

testSendNodeTrPay_WithPayload

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

testSendNodePerNot

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

testSendPerPay_WithPayload

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

testSendPerPay_NoPayload

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

testDeleteItems

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