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.UnconnectedConnectionSourceNested classes/interfaces inherited from class org.igniterealtime.smack.inttest.AbstractSmackIntTest
AbstractSmackIntTest.Condition -
Field Summary
Fields inherited from class org.igniterealtime.smack.inttest.AbstractSmackLowLevelIntegrationTest
configuration, serviceFields inherited from class org.igniterealtime.smack.inttest.AbstractSmackIntTest
INSECURE_RANDOM, LOGGER, sinttestConfiguration, testRunId, timeout -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidtestStreamManagement(org.jivesoftware.smack.tcp.XMPPTCPConnection conOne, org.jivesoftware.smack.tcp.XMPPTCPConnection conTwo) Methods inherited from class org.igniterealtime.smack.inttest.AbstractSmackSpecificLowLevelIntegrationTest
getConnectionDescriptor, getSpecificUnconnectedConnection, getSpecificUnconnectedConnectionsMethods inherited from class org.igniterealtime.smack.inttest.AbstractSmackLowLevelIntegrationTest
getConnectedConnection, recycleMethods 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:
InterruptedExceptionorg.jivesoftware.smack.SmackExceptionIOExceptionorg.jivesoftware.smack.XMPPException
-