Class SoftwareInfoIntegrationTest
java.lang.Object
org.igniterealtime.smack.inttest.AbstractSmackIntTest
org.igniterealtime.smack.inttest.AbstractSmackIntegrationTest
org.jivesoftware.smackx.softwareInfo.SoftwareInfoIntegrationTest
@SpecificationReference(document="XEP-0232",
                        version="0.3")
public class SoftwareInfoIntegrationTest
extends AbstractSmackIntegrationTest
- 
Nested Class Summary
Nested classes/interfaces inherited from class org.igniterealtime.smack.inttest.AbstractSmackIntTest
AbstractSmackIntTest.Condition - 
Field Summary
FieldsModifier and TypeFieldDescriptionfinal org.jivesoftware.smackx.softwareinfo.SoftwareInfoManagerfinal org.jivesoftware.smackx.softwareinfo.SoftwareInfoManagerFields 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
Constructors - 
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
- 
sim1
public final org.jivesoftware.smackx.softwareinfo.SoftwareInfoManager sim1 - 
sim2
public final org.jivesoftware.smackx.softwareinfo.SoftwareInfoManager sim2 
 - 
 - 
Constructor Details
- 
SoftwareInfoIntegrationTest
public SoftwareInfoIntegrationTest(SmackIntegrationTestEnvironment environment) throws IOException, org.jivesoftware.smack.xml.XmlPullParserException, org.jivesoftware.smack.parsing.SmackParsingException - Throws:
 IOExceptionorg.jivesoftware.smack.xml.XmlPullParserExceptionorg.jivesoftware.smack.parsing.SmackParsingException
 
 - 
 - 
Method Details