<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE suite SYSTEM "http://testng.org/testng-1.0.dtd">
<suite verbose="0" name="Command line suite" junit="true">
<test name="Command line test">
<classes>
<class name="endpoint.protocol.jms.tests.JMSConnectionFactoryTestCase"/>
<class name="endpoint.protocol.jms.tests.JMSPollingConsumerTopicTest"/>
<class name="endpoint.protocol.jms.tests.JMSPollingConsumerQueueTest"/>
<class name="endpoint.protocol.jms.tests.JMSUtilsTest"/>
<class name="endpoint.protocol.jms.tests.JMSReplySenderTest"/>
</classes>
</test> <!-- Command line test -->
</suite> <!-- Command line suite -->