Package org.jivesoftware.smackx.ox
Class AbstractOpenPgpIntegrationTest
- java.lang.Object
-
- org.igniterealtime.smack.inttest.AbstractSmackIntTest
-
- org.igniterealtime.smack.inttest.AbstractSmackIntegrationTest
-
- org.jivesoftware.smackx.ox.AbstractOpenPgpIntegrationTest
-
- Direct Known Subclasses:
OXInstantMessagingIntegrationTest,OXSecretKeyBackupIntegrationTest
public abstract class AbstractOpenPgpIntegrationTest extends AbstractSmackIntegrationTest
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.igniterealtime.smack.inttest.AbstractSmackIntTest
AbstractSmackIntTest.Condition
-
-
Field Summary
Fields Modifier and Type Field Description protected org.jxmpp.jid.BareJidaliceprotected org.jivesoftware.smack.XMPPConnectionaliceConnectionprotected org.jivesoftware.smackx.pep.PepManageralicePepManagerprotected org.jxmpp.jid.BareJidbobprotected org.jivesoftware.smack.XMPPConnectionbobConnectionprotected org.jivesoftware.smackx.pep.PepManagerbobPepManagerprotected org.jxmpp.jid.BareJidchloeprotected org.jivesoftware.smack.XMPPConnectionchloeConnectionprotected org.jivesoftware.smackx.pep.PepManagerchloePepManager-
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
Constructors Modifier Constructor Description protectedAbstractOpenPgpIntegrationTest(SmackIntegrationTestEnvironment environment)
-
Method Summary
-
Methods inherited from class org.igniterealtime.smack.inttest.AbstractSmackIntegrationTest
performActionAndWaitForPresence
-
Methods inherited from class org.igniterealtime.smack.inttest.AbstractSmackIntTest
createNewTempFile, getHttpUrlConnectionFor, performActionAndWaitUntilStanzaReceived, waitUntilTrue
-
-
-
-
Field Detail
-
aliceConnection
protected final org.jivesoftware.smack.XMPPConnection aliceConnection
-
bobConnection
protected final org.jivesoftware.smack.XMPPConnection bobConnection
-
chloeConnection
protected final org.jivesoftware.smack.XMPPConnection chloeConnection
-
alice
protected final org.jxmpp.jid.BareJid alice
-
bob
protected final org.jxmpp.jid.BareJid bob
-
chloe
protected final org.jxmpp.jid.BareJid chloe
-
alicePepManager
protected final org.jivesoftware.smackx.pep.PepManager alicePepManager
-
bobPepManager
protected final org.jivesoftware.smackx.pep.PepManager bobPepManager
-
chloePepManager
protected final org.jivesoftware.smackx.pep.PepManager chloePepManager
-
-
Constructor Detail
-
AbstractOpenPgpIntegrationTest
protected AbstractOpenPgpIntegrationTest(SmackIntegrationTestEnvironment environment) throws org.jivesoftware.smack.XMPPException.XMPPErrorException, TestNotPossibleException, org.jivesoftware.smack.SmackException.NotConnectedException, java.lang.InterruptedException, org.jivesoftware.smack.SmackException.NoResponseException
- Throws:
org.jivesoftware.smack.XMPPException.XMPPErrorExceptionTestNotPossibleExceptionorg.jivesoftware.smack.SmackException.NotConnectedExceptionjava.lang.InterruptedExceptionorg.jivesoftware.smack.SmackException.NoResponseException
-
-