Package org.jivesoftware.smack
Class XmppConnectionIntegrationTest
- java.lang.Object
-
- org.igniterealtime.smack.inttest.AbstractSmackIntTest
-
- org.igniterealtime.smack.inttest.AbstractSmackLowLevelIntegrationTest
-
- org.jivesoftware.smack.XmppConnectionIntegrationTest
-
public class XmppConnectionIntegrationTest extends AbstractSmackLowLevelIntegrationTest
-
-
Nested Class Summary
-
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
Constructors Constructor Description XmppConnectionIntegrationTest(SmackIntegrationTestEnvironment environment)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
allToAllMessageSendTest(java.util.List<org.jivesoftware.smack.AbstractXMPPConnection> connections)
-
Methods inherited from class org.igniterealtime.smack.inttest.AbstractSmackLowLevelIntegrationTest
getConnectedConnection, getUnconnectedConnection, getUnconnectedConnections, recycle
-
Methods inherited from class org.igniterealtime.smack.inttest.AbstractSmackIntTest
createNewTempFile, getHttpUrlConnectionFor, performActionAndWaitUntilStanzaReceived, waitUntilTrue
-
-
-
-
Constructor Detail
-
XmppConnectionIntegrationTest
public XmppConnectionIntegrationTest(SmackIntegrationTestEnvironment environment)
-
-
Method Detail
-
allToAllMessageSendTest
@SmackIntegrationTest(connectionCount=4) public void allToAllMessageSendTest(java.util.List<org.jivesoftware.smack.AbstractXMPPConnection> connections) throws java.lang.InterruptedException, XmppConnectionStressTest.StressTestFailedException.NotAllMessagesReceivedException, XmppConnectionStressTest.StressTestFailedException.ErrorsWhileSendingOrReceivingException
-
-