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
-
Nested Class Summary
Nested classes/interfaces inherited from class org.igniterealtime.smack.inttest.AbstractSmackIntTest
AbstractSmackIntTest.Condition
-
Field Summary
Modifier and TypeFieldDescriptionprotected final org.jxmpp.jid.BareJid
protected final org.jivesoftware.smack.XMPPConnection
protected final org.jivesoftware.smackx.pep.PepManager
protected final org.jxmpp.jid.BareJid
protected final org.jivesoftware.smack.XMPPConnection
protected final org.jivesoftware.smackx.pep.PepManager
protected final org.jxmpp.jid.BareJid
protected final org.jivesoftware.smack.XMPPConnection
protected final org.jivesoftware.smackx.pep.PepManager
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
ModifierConstructorDescriptionprotected
-
Method Summary
Methods inherited from class org.igniterealtime.smack.inttest.AbstractSmackIntegrationTest
performActionAndWaitForPresence
Methods inherited from class org.igniterealtime.smack.inttest.AbstractSmackIntTest
assertResult, assertResult, assertResult, assertResult, createNewTempFile, getHttpUrlConnectionFor, performActionAndWaitUntilStanzaReceived, waitUntilTrue
-
Field Details
-
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 Details
-
AbstractOpenPgpIntegrationTest
protected AbstractOpenPgpIntegrationTest(SmackIntegrationTestEnvironment environment) throws org.jivesoftware.smack.XMPPException.XMPPErrorException, TestNotPossibleException, org.jivesoftware.smack.SmackException.NotConnectedException, InterruptedException, org.jivesoftware.smack.SmackException.NoResponseException - Throws:
org.jivesoftware.smack.XMPPException.XMPPErrorException
TestNotPossibleException
org.jivesoftware.smack.SmackException.NotConnectedException
InterruptedException
org.jivesoftware.smack.SmackException.NoResponseException
-