1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2024-06-17 08:54:49 +02:00
Smack/smack-extensions/src/test/java/org/jivesoftware/smackx/pubsub
adiaholic afa42a8b41 Remove TODO:method should not throw any exception but currently does
`mgr.getNode(...)` method is not supposed to throw any type
of exception. It threw two kinds of exceptions: `NotConnectedException`
and `SmackException`.
By using `ThreadedDummyConnection.newInstance()` method,
`NotConnectedException` can be removed. And `SmackException`
can be removed by correctly building the DiscoverInfo packet.
2020-05-13 22:25:22 +02:00
..
provider Replace JUnit4 with JUnit5 in smack-extensions. 2020-04-07 15:46:21 +05:30
AffiliationsExtensionTest.java Replace JUnit4 with JUnit5 in smack-extensions. 2020-04-07 15:46:21 +05:30
ConfigureFormTest.java Remove TODO:method should not throw any exception but currently does 2020-05-13 22:25:22 +02:00
ItemValidationTest.java test: remove InitExtensions 2020-04-12 09:34:08 +02:00
PubSubManagerTest.java Replace JUnit4 with JUnit5 in smack-extensions. 2020-04-07 15:46:21 +05:30
PubSubNodeTest.java Replace JUnit4 with JUnit5 in smack-extensions. 2020-04-07 15:46:21 +05:30
SimplePayloadTest.java Replace JUnit4 with JUnit5 in smack-extensions. 2020-04-07 15:46:21 +05:30