Uses of Class
org.jivesoftware.smack.test.SmackTestCase

Packages that use SmackTestCase
org.jivesoftware.smack Core classes of the Smack API. 
org.jivesoftware.smack.packet XML packets that are part of the XMPP protocol. 
org.jivesoftware.smack.util Utility classes. 
org.jivesoftware.smackx Smack extensions API. 
org.jivesoftware.smackx.bytestreams.ibb   
org.jivesoftware.smackx.bytestreams.socks5   
org.jivesoftware.smackx.commands   
org.jivesoftware.smackx.muc Classes and Interfaces that implement Multi-User Chat (MUC). 
org.jivesoftware.smackx.packet XML packets that are part of the XMPP extension protocols. 
org.jivesoftware.smackx.pubsub   
org.jivesoftware.smackx.pubsub.test   
 

Uses of SmackTestCase in org.jivesoftware.smack
 

Subclasses of SmackTestCase in org.jivesoftware.smack
 class ChatTest
          Tests the chat functionality.
 class FloodTest
          Simple test to measure server performance.
 class IQTest
          Ensure that the server is handling IQ packets correctly.
 class LoginTest
          Includes set of login tests.
 class MessageTest
          Tests sending messages to other clients.
 class PacketReaderTest
           
 class PresenceTest
          Ensure that the server is delivering messages to the correct client based on the client's presence priority.
 class ReconnectionTest
          Tests the connection and reconnection mechanism
 class RosterInitializedBeforeConnectTest
          Run all tests defined in RosterTest but initialize the roster before connection is logged in and authenticated.
 class RosterListenerTest
          Test cases for adding the RosterListener in different connection states.
 class RosterSmackTest
          Tests the Roster functionality by creating and removing roster entries.
 

Uses of SmackTestCase in org.jivesoftware.smack.packet
 

Subclasses of SmackTestCase in org.jivesoftware.smack.packet
 class PrivacyProviderTest
          Test the PrivacyProvider class with valids privacy xmls
 class PrivacyTest
           
 

Uses of SmackTestCase in org.jivesoftware.smack.util
 

Subclasses of SmackTestCase in org.jivesoftware.smack.util
 class XMPPErrorTest
           
 

Uses of SmackTestCase in org.jivesoftware.smackx
 

Subclasses of SmackTestCase in org.jivesoftware.smackx
 class CompressionTest
          Ensure that stream compression (JEP-138) is correctly supported by Smack.
 class FileTransferTest
           
 class FormTest
          Tests the DataForms extensions.
 class GroupChatInvitationTest
           
 class LastActivityManagerTest
           
 class MessageEventManagerTest
          Test the MessageEvent extension using the high level API.
 class MultipleRecipientManagerTest
          Tests that JEP-33 support in Smack is correct.
 class OfflineMessageManagerTest
          Tests handling of offline messaging using OfflineMessageManager.
 class RosterExchangeManagerTest
          Test the Roster Exchange extension using the high level API
 class ServiceDiscoveryManagerTest
          Tests the service discovery functionality.
 class SharedGroupsTest
          Test cases for getting the shared groups of a user.
 class VCardTest
          Created by IntelliJ IDEA.
 class VersionTest
          Test case to ensure that Smack is able to get and parse correctly iq:version packets.
 class XHTMLManagerTest
          Test the XHTML extension using the high level API
 

Uses of SmackTestCase in org.jivesoftware.smackx.bytestreams.ibb
 

Subclasses of SmackTestCase in org.jivesoftware.smackx.bytestreams.ibb
 class InBandBytestreamTest
          Test for In-Band Bytestreams with real XMPP servers.
 

Uses of SmackTestCase in org.jivesoftware.smackx.bytestreams.socks5
 

Subclasses of SmackTestCase in org.jivesoftware.smackx.bytestreams.socks5
 class Socks5ByteStreamTest
          Test for Socks5 bytestreams with real XMPP servers.
 

Uses of SmackTestCase in org.jivesoftware.smackx.commands
 

Subclasses of SmackTestCase in org.jivesoftware.smackx.commands
 class AdHocCommandDiscoTest
          AdHocCommand tests.
 

Uses of SmackTestCase in org.jivesoftware.smackx.muc
 

Subclasses of SmackTestCase in org.jivesoftware.smackx.muc
 class MultiUserChatCreationTest
          Tests creating new MUC rooms.
 class MultiUserChatTest
          Tests the new MUC functionalities.
 

Uses of SmackTestCase in org.jivesoftware.smackx.packet
 

Subclasses of SmackTestCase in org.jivesoftware.smackx.packet
 class MessageEventTest
          Test the MessageEvent extension using the low level API
 class RosterExchangeTest
          Test the Roster Exchange extension using the low level API
 class XHTMLExtensionTest
          Test the XHTML extension using the low level API
 

Uses of SmackTestCase in org.jivesoftware.smackx.pubsub
 

Subclasses of SmackTestCase in org.jivesoftware.smackx.pubsub
 class EntityUseCases
           
 class MultiUserSubscriptionUseCases
           
 class OwnerUseCases
           
 class PublisherUseCases
           
 class SubscriberUseCases
           
 class TestAPI
           
 class TestEvents
           
 

Uses of SmackTestCase in org.jivesoftware.smackx.pubsub.test
 

Subclasses of SmackTestCase in org.jivesoftware.smackx.pubsub.test
 class PubSubTestCase
           
 class SingleUserTestCase