Package org.jivesoftware.smack.chat2
Class AbstractChatIntegrationTest
java.lang.Object
org.igniterealtime.smack.inttest.AbstractSmackIntTest
org.igniterealtime.smack.inttest.AbstractSmackIntegrationTest
org.jivesoftware.smack.chat2.AbstractChatIntegrationTest
- Direct Known Subclasses:
IncomingMessageListenerIntegrationTest
,OutgoingMessageListenerIntegrationTest
-
Nested Class Summary
Nested classes/interfaces inherited from class org.igniterealtime.smack.inttest.AbstractSmackIntTest
AbstractSmackIntTest.Condition
-
Field Summary
Modifier and TypeFieldDescriptionprotected final org.jivesoftware.smack.chat2.ChatManager
protected final org.jivesoftware.smack.chat2.ChatManager
protected final org.jivesoftware.smack.chat2.ChatManager
Fields inherited from class org.igniterealtime.smack.inttest.AbstractSmackIntegrationTest
connection, connections, conOne, conThree, conTwo
Fields inherited from class org.igniterealtime.smack.inttest.AbstractSmackIntTest
INSECURE_RANDOM, LOGGER, sinttestConfiguration, testRunId, timeout
-
Constructor Summary
ModifierConstructorDescriptionprotected
-
Method Summary
Methods inherited from class org.igniterealtime.smack.inttest.AbstractSmackIntegrationTest
performActionAndWaitForPresence
Methods inherited from class org.igniterealtime.smack.inttest.AbstractSmackIntTest
assertResult, assertResult, assertResult, assertResult, createNewTempFile, getHttpUrlConnectionFor, performActionAndWaitUntilStanzaReceived, waitUntilTrue
-
Field Details
-
chatManagerOne
protected final org.jivesoftware.smack.chat2.ChatManager chatManagerOne -
chatManagerTwo
protected final org.jivesoftware.smack.chat2.ChatManager chatManagerTwo -
chatManagerThree
protected final org.jivesoftware.smack.chat2.ChatManager chatManagerThree
-
-
Constructor Details
-
AbstractChatIntegrationTest
-