Smack/smack-integration-test/src/main/java/org/igniterealtime/smack/inttest
Florian Schmaus c9a9982cef Migrate markdown documentation to javadoc
While markdown is easier to write, Smack's markdown documentation was
never tightly coupled with the source. For example, the markdown
documentation never provided links to the actual Java classes and
methods. This poses the risk that the documentation and the code
diverge over time. Furthermore, javadoc is constantly improving (for
example @snippet annotations) and I expect that one will be able to
write javadoc in markdown.

Fixes SMACK-928.
2023-02-03 09:50:35 +01: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] Introduce dirty hack in performActionAndWaitForPresence() 2021-12-13 21:03:40 +01: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 [sinttest] Allow the selection of individual test *methods* 2021-12-13 21:08:45 +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] Allow the selection of individual test *methods* 2021-12-13 21:08:45 +01: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 Migrate markdown documentation to javadoc 2023-02-03 09:50:35 +01:00