org.activemq.mockrunner.test.AllActiveMQMockrunnerTests Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of mockrunner-jms Show documentation
Show all versions of mockrunner-jms Show documentation
Mock classes for Java Messaging System
package org.activemq.mockrunner.test;
import org.junit.runner.RunWith;
import org.junit.runners.Suite;
@RunWith(Suite.class)
@Suite.SuiteClasses({
SelectorParserTest.class
})
public class AllActiveMQMockrunnerTests
{
}