Smack/smack-core/src/test/java/org/jivesoftware/smack/packet
Florian Schmaus 3d4e7938a7 Make ExtensionElement marker interface wrt. QNAME field
ExtensionElement is now a marker interface that requires all
implementation non-abstract classes to carry a static final QNAME
field (of type QName). This is verified by a new unit test.

Also FullyQualifiedElement is renamed to simply XmlElement. XmlElement
is used over ExtensionElement when implementing classes do not
statically know the qualified name of the XML elements they
represent. In general, XmlElement should be used sparingly, and every
XML element should be modeled by its own Java class (implementing
ExtensionElement).
2021-04-18 21:07:19 +02:00
..
IQResponseTest.java Introduce StanzaBuilder 2019-10-25 21:41:55 +02:00
MessageTest.java Introduce and use XmlStringBuilder.text() 2020-09-17 14:20:11 +02:00
PresenceTest.java Rename XmlUnitUtils to XmlAssertUtil 2020-06-14 16:53:21 +02:00
StreamErrorTest.java Make ExtensionElement marker interface wrt. QNAME field 2021-04-18 21:07:19 +02:00
TestIQ.java Introduce SmackConfiguration.SMACK_URL(_STRING) 2019-07-04 15:51:28 +02:00
ToStringTest.java Introduce StanzaBuilder 2019-10-25 21:41:55 +02:00
XMPPErrorTest.java Bump ErrorProne to 2.5.1 and refactor Providers a bit 2021-01-29 09:26:15 +01:00
XmlEnvironmentTest.java Introduce XmlEnvironment 2019-02-05 13:18:03 +01:00