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
FieldsModifier and TypeFieldDescriptionprotected final org.jxmpp.jid.BareJidprotected final org.jivesoftware.smack.XMPPConnectionprotected final org.jivesoftware.smackx.pep.PepManagerprotected final org.jxmpp.jid.BareJidprotected final org.jivesoftware.smack.XMPPConnectionprotected final org.jivesoftware.smackx.pep.PepManagerprotected final org.jxmpp.jid.BareJidprotected final org.jivesoftware.smack.XMPPConnectionprotected final org.jivesoftware.smackx.pep.PepManagerFields inherited from class org.igniterealtime.smack.inttest.AbstractSmackIntegrationTest
connection, connections, conOne, conThree, conTwoFields inherited from class org.igniterealtime.smack.inttest.AbstractSmackIntTest
INSECURE_RANDOM, LOGGER, sinttestConfiguration, testRunId, timeout - 
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected - 
Method Summary
Methods inherited from class org.igniterealtime.smack.inttest.AbstractSmackIntegrationTest
performActionAndWaitForPresenceMethods 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.XMPPErrorExceptionTestNotPossibleExceptionorg.jivesoftware.smack.SmackException.NotConnectedExceptionInterruptedExceptionorg.jivesoftware.smack.SmackException.NoResponseException
 
 -