org.jivesoftware.smackx.provider
Class JUnitSyncTests

java.lang.Object
  extended by org.jivesoftware.smackx.provider.JUnitSyncTests

public class JUnitSyncTests
extends java.lang.Object


Constructor Summary
JUnitSyncTests()
           
 
Method Summary
static void closeConnection()
           
 void createAndUpdateConfiguredNode()
           
 void createConfiguredNode()
           
 void createInstantNode()
           
 void createNamedNode()
           
 void deleteItems()
           
 void deleteNode()
           
 void deleteNodes()
           
 void discoverNodeInfo()
           
 void discoverNodeItems()
           
 void discoverNodeSubscriptions()
           
 void discoverPubsubInfo()
           
 void discoverSubscriptions()
           
 void getAllNodes()
           
 void getDefaultConfig()
           
 void getItems()
           
 void getLastNItems()
           
 void getNode()
           
 void getNonexistentNode()
           
 void getSpecifiedItems()
           
static void initConnection()
           
 void purgeItems()
           
 void retrieveAffiliation()
           
 void sendNodePerNot()
           
 void sendNodeTrNot()
           
 void sendNodeTrPay_WithOutPayload()
           
 void sendNodeTrPay_WithPayload()
           
 void sendPerPay_NoPayload()
           
 void sendPerPay_WithPayload()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JUnitSyncTests

public JUnitSyncTests()
Method Detail

initConnection

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

closeConnection

public static void closeConnection()

createInstantNode

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

createNamedNode

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

createConfiguredNode

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

createAndUpdateConfiguredNode

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

getNonexistentNode

public void getNonexistentNode()

getNode

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

getAllNodes

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

getDefaultConfig

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

deleteNode

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

deleteNodes

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

discoverPubsubInfo

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

discoverNodeInfo

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

discoverNodeItems

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

discoverSubscriptions

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

discoverNodeSubscriptions

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

retrieveAffiliation

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

sendNodeTrNot

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

sendNodeTrPay_WithOutPayload

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

sendNodeTrPay_WithPayload

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

sendNodePerNot

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

sendPerPay_WithPayload

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

sendPerPay_NoPayload

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

getItems

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

getSpecifiedItems

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

getLastNItems

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

purgeItems

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

deleteItems

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