Smack/smack-core/src/test/java/org/jivesoftware/smack
Florian Schmaus 0897b76718 Fix unit-tests initialization
Remove the TestSuite class. We now have

SmackTestSuite
    ^
	|
InitExtensions
    ^
	|
$UnitTest

where most basic setup is done in a static block within
SmackTestSuite (only stringencoder setup right now).

Also some minor fixes in unit tests.
2015-03-24 21:40:08 +01:00
..
filters Merge branch '4.1' 2015-03-04 22:42:36 +01:00
packet Lint fixes: Remove dead code, etc. 2015-03-24 18:33:47 +01:00
parsing Rename PacketFilter (and implementing classes) and PacketExtension 2015-02-28 13:49:38 +01:00
provider 's;^\s+$;;' on all source files 2015-03-17 11:33:02 +01:00
sasl Fix unit-tests initialization 2015-03-24 21:40:08 +01:00
test/util Fix unit-tests initialization 2015-03-24 21:40:08 +01:00
util Xlint all the things 2015-03-23 09:28:49 +01:00
DummyConnection.java Merge branch '4.1' 2015-03-24 17:16:18 +01:00
PacketCollectorTest.java Add checkstyle check for space(s) after tab(s) 2015-03-18 21:51:25 +01:00
SmackConfigurationTest.java Add checkstyle check for trailing whitespace 2015-03-18 21:01:49 +01:00
SmackExceptionTest.java Use Exception.getString in HostAddress 2015-01-18 19:21:58 +01:00
StanzaIdTest.java Rename 'Packet' class to 'Stanza' 2015-02-06 09:34:51 +01:00
ThreadedDummyConnection.java Merge branch '4.1' 2015-03-24 17:16:18 +01:00