https://issues.apache.org/jira/browse/AMQ-6106

Merging in new JUnit Rule for ActiveMQ unit testing

Patch applied with thanks to Quinn Stevenson

This closes #163


Project: http://git-wip-us.apache.org/repos/asf/activemq/repo
Commit: http://git-wip-us.apache.org/repos/asf/activemq/commit/8317208a
Tree: http://git-wip-us.apache.org/repos/asf/activemq/tree/8317208a
Diff: http://git-wip-us.apache.org/repos/asf/activemq/diff/8317208a

Branch: refs/heads/master
Commit: 8317208a1b6cbbd8ebda645a801bb309b73e99ad
Parents: 16bc0f0 da3b138
Author: Christopher L. Shannon (cshannon) <christopher.l.shan...@gmail.com>
Authored: Wed Jan 6 15:10:22 2016 +0000
Committer: Christopher L. Shannon (cshannon) <christopher.l.shan...@gmail.com>
Committed: Wed Jan 6 15:10:55 2016 +0000

----------------------------------------------------------------------
 activemq-tooling/activemq-junit/pom.xml         |  70 ++++
 .../activemq/junit/EmbeddedActiveMQBroker.java  | 404 +++++++++++++++++++
 .../junit/EmbeddedActiveMQBrokerConfigTest.java | 110 +++++
 .../junit/EmbeddedActiveMQBrokerRuleTest.java   |  43 ++
 ...mbeddedActiveMQBrokerXbeanUriConfigTest.java | 108 +++++
 .../MultipleEmbeddedActiveMQBrokerRuleTest.java |  60 +++
 .../src/test/resources/activemq-simple.xml      |  28 ++
 activemq-tooling/pom.xml                        |   1 +
 8 files changed, 824 insertions(+)
----------------------------------------------------------------------


Reply via email to