Smack/smack-integration-test/src/main/java/org/igniterealtime/smack/inttest
Paul Schaub 92e8f81b3c
IntegrationTest: Implement custom host configuration
Added the following possible connection configuration options:

* adminAccountHostname: hostname for the admin account
* adminAccountPort: port for the admin account
* accountOneHostname: hostname for the first test account
* accountTwoPort: port for the first test account

Similar options exist for connection two and three of course.
These configuration options may come in handy when dealing with
an XMPP server that is clustered among different machines.
2019-09-28 01:12:37 +02:00
..
util Improve IntegrationTestRosterUtil.ensureSubscribedto() 2019-03-16 21:12:05 +01:00
AbstractSmackIntTest.java Use try-with-resources where possible 2019-02-05 13:18:03 +01:00
AbstractSmackIntegrationTest.java SmackReactor/NIO, Java8/Android19, Pretty print XML, FSM connections 2019-02-05 13:18:03 +01:00
AbstractSmackLowLevelIntegrationTest.java SmackReactor/NIO, Java8/Android19, Pretty print XML, FSM connections 2019-02-05 13:18:03 +01:00
AbstractSmackSpecificLowLevelIntegrationTest.java SmackReactor/NIO, Java8/Android19, Pretty print XML, FSM connections 2019-02-05 13:18:03 +01:00
Configuration.java IntegrationTest: Implement custom host configuration 2019-09-28 01:12:37 +02:00
ConnectionConfigurationBuilderApplier.java SmackReactor/NIO, Java8/Android19, Pretty print XML, FSM connections 2019-02-05 13:18:03 +01:00
FailedTest.java SmackReactor/NIO, Java8/Android19, Pretty print XML, FSM connections 2019-02-05 13:18:03 +01:00
SmackIntegrationTest.java SmackReactor/NIO, Java8/Android19, Pretty print XML, FSM connections 2019-02-05 13:18:03 +01:00
SmackIntegrationTestEnvironment.java SmackReactor/NIO, Java8/Android19, Pretty print XML, FSM connections 2019-02-05 13:18:03 +01:00
SmackIntegrationTestFramework.java Enable werror for javadoc and fix javadoc issues 2019-08-30 12:08:30 +02:00
SuccessfulTest.java SmackReactor/NIO, Java8/Android19, Pretty print XML, FSM connections 2019-02-05 13:18:03 +01:00
TestNotPossible.java SmackReactor/NIO, Java8/Android19, Pretty print XML, FSM connections 2019-02-05 13:18:03 +01:00
TestNotPossibleException.java Enable trailing whitespace checkstyle check 2018-05-09 23:26:39 +02:00
TestResult.java Enable MissingJavadocPackage and UnnecessaryParentheses checkstyle checks 2019-07-24 09:18:39 +02:00
XmppConnectionDescriptor.java Replace XPP3 by XmlPullParser interface wrapping StAX and XPP3 2019-05-06 22:10:50 +02:00
XmppConnectionManager.java IntegrationTest: Implement custom host configuration 2019-09-28 01:12:37 +02:00
package-info.java Add JavadocPackage checkstyle 2015-04-04 17:16:47 +02:00