Smack/smack-integration-test/src/main/java/org/igniterealtime/smack/inttest
Guus der Kinderen 5e203086b3 [sint] increase stability
Some roster-based tests depend on there not being any prior subscription state beteween entities. The utility method that
tries to guarantee that, acts on the state of the roster that's cached in memory, but acts on the one that's stored on the
server. This occasionally causes issues, as both representations might be different.

Stability is added in this commit by:
- refreshing the roster from the server prior to evaluating it
- ignoring an 'item-not-found' as returned by the server, when the code tries to remove that item.
2021-06-25 16:08:31 +02:00
..
annotations sinttest: migrate to JUnit5, drop JUnit4 2020-04-12 22:21:30 +02:00
util [sint] increase stability 2021-06-25 16:08:31 +02:00
AbstractSmackIntTest.java [core] Rework TLS logic 2020-05-25 15:41:57 +02:00
AbstractSmackIntegrationTest.java [sinttest] Add unreliable workaround for XEP-0030 based operations 2020-05-22 15:44:23 +02:00
AbstractSmackLowLevelIntegrationTest.java Introduce Smack's Modular Connection Architecture 2020-04-04 13:03:31 +02:00
AbstractSmackSpecificLowLevelIntegrationTest.java Add smack-websocket-java11 2021-02-14 20:34:40 +01:00
Configuration.java Bump ErrorProne to 2.5.1 and refactor Providers a bit 2021-01-29 09:26:15 +01: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
SmackIntegrationTestEnvironment.java Introduce Smack's Modular Connection Architecture 2020-04-04 13:03:31 +02:00
SmackIntegrationTestFramework.java [sinttest] Log testPackages to ISE's message 2021-04-05 15:02:58 +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 [sinttest] Fix buildWebsocketDescriptor() 2021-04-01 17:22:23 +02:00
XmppConnectionManager.java Add smack-websocket-java11 2021-02-14 20:34:40 +01:00
package-info.java Add JavadocPackage checkstyle 2015-04-04 17:16:47 +02:00