Package org.jivesoftware.smack
Class StreamManagementTest
java.lang.Object
org.igniterealtime.smack.inttest.AbstractSmackIntTest
org.igniterealtime.smack.inttest.AbstractSmackLowLevelIntegrationTest
org.igniterealtime.smack.inttest.AbstractSmackSpecificLowLevelIntegrationTest<org.jivesoftware.smack.tcp.XMPPTCPConnection>
org.jivesoftware.smack.StreamManagementTest
public class StreamManagementTest
extends AbstractSmackSpecificLowLevelIntegrationTest<org.jivesoftware.smack.tcp.XMPPTCPConnection>
-
Nested Class Summary
Nested classes/interfaces inherited from class org.igniterealtime.smack.inttest.AbstractSmackLowLevelIntegrationTest
AbstractSmackLowLevelIntegrationTest.UnconnectedConnectionSource
Nested classes/interfaces inherited from class org.igniterealtime.smack.inttest.AbstractSmackIntTest
AbstractSmackIntTest.Condition
-
Field Summary
Fields inherited from class org.igniterealtime.smack.inttest.AbstractSmackLowLevelIntegrationTest
configuration, service
Fields inherited from class org.igniterealtime.smack.inttest.AbstractSmackIntTest
INSECURE_RANDOM, LOGGER, sinttestConfiguration, testRunId, timeout
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
testStreamManagement
(org.jivesoftware.smack.tcp.XMPPTCPConnection conOne, org.jivesoftware.smack.tcp.XMPPTCPConnection conTwo) Methods inherited from class org.igniterealtime.smack.inttest.AbstractSmackSpecificLowLevelIntegrationTest
getConnectionDescriptor, getSpecificUnconnectedConnection, getSpecificUnconnectedConnections
Methods inherited from class org.igniterealtime.smack.inttest.AbstractSmackLowLevelIntegrationTest
getConnectedConnection, recycle
Methods inherited from class org.igniterealtime.smack.inttest.AbstractSmackIntTest
assertResult, assertResult, assertResult, assertResult, createNewTempFile, getHttpUrlConnectionFor, performActionAndWaitUntilStanzaReceived, waitUntilTrue
-
Constructor Details
-
StreamManagementTest
- Throws:
Exception
-
-
Method Details
-
testStreamManagement
@SmackIntegrationTest public void testStreamManagement(org.jivesoftware.smack.tcp.XMPPTCPConnection conOne, org.jivesoftware.smack.tcp.XMPPTCPConnection conTwo) throws InterruptedException, org.jivesoftware.smack.SmackException, IOException, org.jivesoftware.smack.XMPPException - Throws:
InterruptedException
org.jivesoftware.smack.SmackException
IOException
org.jivesoftware.smack.XMPPException
-