Smack/smack-core/src/test/java/org/jivesoftware/smack/packet
Florian Schmaus 818ee8a727 Make Objects.requireNonNull() throw IllegalArgumentException
and not NullPointerException. Altough this differs from
java.util.Objects behavior, throwing an IllegalArgumentException
appears more sensible and makes it easier to catch it in Smack's
parsing function.
2019-06-11 12:47:40 +02:00
..
IQResponseTest.java Introduce XmlEnvironment 2019-02-05 13:18:03 +01:00
MessageTest.java Remove xmlunit-lagacy and add xmlunit-assertj 2019-05-07 19:06:16 +02:00
PresenceTest.java Make Objects.requireNonNull() throw IllegalArgumentException 2019-06-11 12:47:40 +02:00
StreamErrorTest.java Replace XPP3 by XmlPullParser interface wrapping StAX and XPP3 2019-05-06 22:10:50 +02:00
TestIQ.java Use QName instead of XmppStringUtils.generateKey() 2019-06-11 12:47:39 +02:00
ToStringTest.java Fix warnings 2017-08-16 14:10:00 +02:00
XMPPErrorTest.java Enable trailing whitespace checkstyle check 2018-05-09 23:26:39 +02:00
XmlEnvironmentTest.java Introduce XmlEnvironment 2019-02-05 13:18:03 +01:00