/[Apache-SVN]
ViewVC logotype

Revision 1408161


Jump to revision: Previous Next
Author: tabish
Date: Mon Nov 12 00:15:50 2012 UTC (11 years, 11 months ago)
Changed paths: 50
Log Message:
Move STOMP unit tests into the STOMP module and clean them up:

All tests now use a common StompTestSupport base class to remove cut and paste test code.
All tests are now using JUnit 4 tests.
All tests are run with AutoFailSupport on so they won't hang.
All tests use dynamic port assignment so they shouldn't clash with others.

Cleaned up the pom file

Changed paths

Path Details
Directoryactivemq/trunk/activemq-core/src/test/java/org/apache/activemq/transport/stomp/ deleted
Directoryactivemq/trunk/activemq-core/src/test/resources/org/apache/activemq/transport/stomp/ deleted
Directoryactivemq/trunk/activemq-stomp/pom.xml modified , text changed
Directoryactivemq/trunk/activemq-stomp/src/test/ added
Directoryactivemq/trunk/activemq-stomp/src/test/java/ added
Directoryactivemq/trunk/activemq-stomp/src/test/java/org/ added
Directoryactivemq/trunk/activemq-stomp/src/test/java/org/apache/ added
Directoryactivemq/trunk/activemq-stomp/src/test/java/org/apache/activemq/ added
Directoryactivemq/trunk/activemq-stomp/src/test/java/org/apache/activemq/transport/ added
Directoryactivemq/trunk/activemq-stomp/src/test/java/org/apache/activemq/transport/stomp/ added
Directoryactivemq/trunk/activemq-stomp/src/test/java/org/apache/activemq/transport/stomp/ConnectTest.java added
Directoryactivemq/trunk/activemq-stomp/src/test/java/org/apache/activemq/transport/stomp/SamplePojo.java added
Directoryactivemq/trunk/activemq-stomp/src/test/java/org/apache/activemq/transport/stomp/Stomp11NIOSSLTest.java added
Directoryactivemq/trunk/activemq-stomp/src/test/java/org/apache/activemq/transport/stomp/Stomp11NIOTest.java added
Directoryactivemq/trunk/activemq-stomp/src/test/java/org/apache/activemq/transport/stomp/Stomp11SslAuthTest.java added
Directoryactivemq/trunk/activemq-stomp/src/test/java/org/apache/activemq/transport/stomp/Stomp11Test.java added
Directoryactivemq/trunk/activemq-stomp/src/test/java/org/apache/activemq/transport/stomp/Stomp12NIOSSLTest.java added
Directoryactivemq/trunk/activemq-stomp/src/test/java/org/apache/activemq/transport/stomp/Stomp12NIOTest.java added
Directoryactivemq/trunk/activemq-stomp/src/test/java/org/apache/activemq/transport/stomp/Stomp12SslAuthTest.java added
Directoryactivemq/trunk/activemq-stomp/src/test/java/org/apache/activemq/transport/stomp/Stomp12Test.java added
Directoryactivemq/trunk/activemq-stomp/src/test/java/org/apache/activemq/transport/stomp/StompAdvisoryTest.java added
Directoryactivemq/trunk/activemq-stomp/src/test/java/org/apache/activemq/transport/stomp/StompFrameTest.java added
Directoryactivemq/trunk/activemq-stomp/src/test/java/org/apache/activemq/transport/stomp/StompLoadTest.java added
Directoryactivemq/trunk/activemq-stomp/src/test/java/org/apache/activemq/transport/stomp/StompMissingMessageTest.java added
Directoryactivemq/trunk/activemq-stomp/src/test/java/org/apache/activemq/transport/stomp/StompNIOLoadTest.java added
Directoryactivemq/trunk/activemq-stomp/src/test/java/org/apache/activemq/transport/stomp/StompNIOSSLLoadTest.java added
Directoryactivemq/trunk/activemq-stomp/src/test/java/org/apache/activemq/transport/stomp/StompNIOSSLTest.java added
Directoryactivemq/trunk/activemq-stomp/src/test/java/org/apache/activemq/transport/stomp/StompNIOTest.java added
Directoryactivemq/trunk/activemq-stomp/src/test/java/org/apache/activemq/transport/stomp/StompSSLLoadTest.java added
Directoryactivemq/trunk/activemq-stomp/src/test/java/org/apache/activemq/transport/stomp/StompSslAuthTest.java added
Directoryactivemq/trunk/activemq-stomp/src/test/java/org/apache/activemq/transport/stomp/StompSslTest.java added
Directoryactivemq/trunk/activemq-stomp/src/test/java/org/apache/activemq/transport/stomp/StompSubscriptionRemoveTest.java added
Directoryactivemq/trunk/activemq-stomp/src/test/java/org/apache/activemq/transport/stomp/StompTelnetTest.java added
Directoryactivemq/trunk/activemq-stomp/src/test/java/org/apache/activemq/transport/stomp/StompTest.java added
Directoryactivemq/trunk/activemq-stomp/src/test/java/org/apache/activemq/transport/stomp/StompTestSupport.java added
Directoryactivemq/trunk/activemq-stomp/src/test/java/org/apache/activemq/transport/stomp/StompVirtualTopicTest.java added
Directoryactivemq/trunk/activemq-stomp/src/test/java/org/apache/activemq/transport/stomp/util/ added
Directoryactivemq/trunk/activemq-stomp/src/test/java/org/apache/activemq/transport/stomp/util/ResourceLoadingSslContext.java added
Directoryactivemq/trunk/activemq-stomp/src/test/java/org/apache/activemq/transport/stomp/util/XStreamBrokerContext.java added
Directoryactivemq/trunk/activemq-stomp/src/test/resources/ added
Directoryactivemq/trunk/activemq-stomp/src/test/resources/client.keystore added
Directoryactivemq/trunk/activemq-stomp/src/test/resources/log4j.properties added
Directoryactivemq/trunk/activemq-stomp/src/test/resources/login.config added
Directoryactivemq/trunk/activemq-stomp/src/test/resources/org/ added
Directoryactivemq/trunk/activemq-stomp/src/test/resources/org/apache/ added
Directoryactivemq/trunk/activemq-stomp/src/test/resources/org/apache/activemq/ added
Directoryactivemq/trunk/activemq-stomp/src/test/resources/org/apache/activemq/security/ added
Directoryactivemq/trunk/activemq-stomp/src/test/resources/org/apache/activemq/security/groups.properties added
Directoryactivemq/trunk/activemq-stomp/src/test/resources/org/apache/activemq/security/users.properties added
Directoryactivemq/trunk/activemq-stomp/src/test/resources/server.keystore added

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26