public abstract class AbstractSmackSpecificLowLevelIntegrationTest<C extends org.jivesoftware.smack.AbstractXMPPConnection> extends AbstractSmackLowLevelIntegrationTest
AbstractSmackIntTest.Condition| Modifier and Type | Field and Description |
|---|---|
protected java.lang.Class<C> |
connectionClass |
configuration, serviceINSECURE_RANDOM, LOGGER, sinttestConfiguration, testRunId, timeout| Constructor and Description |
|---|
AbstractSmackSpecificLowLevelIntegrationTest(SmackIntegrationTestEnvironment environment,
java.lang.Class<C> connectionClass) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Class<C> |
getConnectionClass() |
protected C |
getSpecificUnconnectedConnection() |
protected java.util.List<C> |
getSpecificUnconnectedConnections(int count) |
getConnectedConnection, getUnconnectedConnection, getUnconnectedConnections, recyclecreateNewTempFile, getHttpUrlConnectionFor, performActionAndWaitUntilStanzaReceived, waitUntilTrueprotected final java.lang.Class<C extends org.jivesoftware.smack.AbstractXMPPConnection> connectionClass
public AbstractSmackSpecificLowLevelIntegrationTest(SmackIntegrationTestEnvironment environment, java.lang.Class<C> connectionClass)
public java.lang.Class<C> getConnectionClass()
protected C getSpecificUnconnectedConnection() throws org.jivesoftware.smack.SmackException.NoResponseException, org.jivesoftware.smack.XMPPException.XMPPErrorException, org.jivesoftware.smack.SmackException.NotConnectedException, java.lang.InterruptedException
org.jivesoftware.smack.SmackException.NoResponseExceptionorg.jivesoftware.smack.XMPPException.XMPPErrorExceptionorg.jivesoftware.smack.SmackException.NotConnectedExceptionjava.lang.InterruptedExceptionprotected java.util.List<C> getSpecificUnconnectedConnections(int count) throws org.jivesoftware.smack.SmackException.NoResponseException, org.jivesoftware.smack.XMPPException.XMPPErrorException, org.jivesoftware.smack.SmackException.NotConnectedException, java.lang.InterruptedException
org.jivesoftware.smack.SmackException.NoResponseExceptionorg.jivesoftware.smack.XMPPException.XMPPErrorExceptionorg.jivesoftware.smack.SmackException.NotConnectedExceptionjava.lang.InterruptedException