



<?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.JMSReplySenderTest"/> <class name="endpoint.protocol.jms.tests.JMSPollingConsumerQueueTest"/> <class name="endpoint.protocol.jms.tests.JMSConnectionFactoryTestCase"/> <class name="endpoint.protocol.jms.tests.JMSPollingConsumerTopicTest"/> <class name="endpoint.protocol.jms.tests.JMSUtilsTest"/> </classes> </test> <!-- Command line test --> </suite> <!-- Command line suite -->
Tests for Command line suite
- Command line test (5 classes)
Groups for Command line suite
Times for Command line suite
Total running time: 5 minutes
Reporter output for Command line suite
0 ignored methods
Methods in chronological order
endpoint.protocol.jms.tests.JMSReplySenderTest
testSendBackTextMessages
0 ms
testSendBackByteMessages
4 ms
testSendBackMapMessages
5 ms
testSendBackNoPayloadTypeTextMessages
5 ms
testSendBackNoPayloadTypeByteMessages
6 ms
testSendBackWhenMessageContextNull
6 ms
endpoint.protocol.jms.tests.JMSPollingConsumerQueueTest
testPollingMessageFromQueue
13634 ms
testPollingMessageFromQueueSpecV10
13634 ms
testPollingMessageFromQueueSpecV20
13634 ms
testPollingOnQueue
13634 ms
endpoint.protocol.jms.tests.JMSConnectionFactoryTestCase
testCacheLevelOne
21773 ms
testCacheLevelThree
21773 ms
testCacheLevelThreeV2
21773 ms
testCacheLevelTwo
21773 ms
testCloseCached
21773 ms
testCachedConnection
21774 ms
testCheckDestinationType
21774 ms
testCreateConnectionWithCredentials
21774 ms
testCreateConnectionWithCredentialsV2
21774 ms
testFailToConnectToBroker
21774 ms
testCheckJMSProperties
21775 ms
testCreateQueueAndTopicConnectionsFail
21775 ms
testCreateQueueConnections
21775 ms
testStopConnection
21775 ms
testCreateTopicConnections
21776 ms
endpoint.protocol.jms.tests.JMSPollingConsumerTopicTest
testPollingOnDurableTopic
46208 ms
testPollingOnDurableTopicV1
46208 ms
testPollingOnDurableTopicV2
46208 ms
testPollingOnTopic
46208 ms
endpoint.protocol.jms.tests.JMSUtilsTest
testConvertJMSMapToXML
54324 ms
testConvertXMLtoJMSMap
54324 ms
testInferJMSMessageType
54324 ms
testLookupDestination
54324 ms