Command line test

Tests passed/Failed/Skipped:33/0/0
Started on:Fri Mar 30 05:14:41 UTC 2018
Total time:63 seconds (63620 ms)
Included groups:
Excluded groups:

(Hover the method name to see the test class name)

PASSED TESTS
Test method Exception Time (seconds) Instance
testCacheLevelOne
Test class: endpoint.protocol.jms.tests.JMSConnectionFactoryTestCase
12 testCacheLevelOne(endpoint.protocol.jms.tests.JMSConnectionFactoryTestCase)
testCacheLevelThree
Test class: endpoint.protocol.jms.tests.JMSConnectionFactoryTestCase
6 testCacheLevelThree(endpoint.protocol.jms.tests.JMSConnectionFactoryTestCase)
testCacheLevelThreeV2
Test class: endpoint.protocol.jms.tests.JMSConnectionFactoryTestCase
4 testCacheLevelThreeV2(endpoint.protocol.jms.tests.JMSConnectionFactoryTestCase)
testCacheLevelTwo
Test class: endpoint.protocol.jms.tests.JMSConnectionFactoryTestCase
2 testCacheLevelTwo(endpoint.protocol.jms.tests.JMSConnectionFactoryTestCase)
testCachedConnection
Test class: endpoint.protocol.jms.tests.JMSConnectionFactoryTestCase
10 testCachedConnection(endpoint.protocol.jms.tests.JMSConnectionFactoryTestCase)
testCheckDestinationType
Test class: endpoint.protocol.jms.tests.JMSConnectionFactoryTestCase
14 testCheckDestinationType(endpoint.protocol.jms.tests.JMSConnectionFactoryTestCase)
testCheckJMSProperties
Test class: endpoint.protocol.jms.tests.JMSConnectionFactoryTestCase
20 testCheckJMSProperties(endpoint.protocol.jms.tests.JMSConnectionFactoryTestCase)
testCloseCached
Test class: endpoint.protocol.jms.tests.JMSConnectionFactoryTestCase
8 testCloseCached(endpoint.protocol.jms.tests.JMSConnectionFactoryTestCase)
testConvertJMSMapToXML
Test class: endpoint.protocol.jms.tests.JMSUtilsTest
2 testConvertJMSMapToXML(endpoint.protocol.jms.tests.JMSUtilsTest)
testConvertXMLtoJMSMap
Test class: endpoint.protocol.jms.tests.JMSUtilsTest
4 testConvertXMLtoJMSMap(endpoint.protocol.jms.tests.JMSUtilsTest)
testCreateConnectionWithCredentials
Test class: endpoint.protocol.jms.tests.JMSConnectionFactoryTestCase
18 testCreateConnectionWithCredentials(endpoint.protocol.jms.tests.JMSConnectionFactoryTestCase)
testCreateConnectionWithCredentialsV2
Test class: endpoint.protocol.jms.tests.JMSConnectionFactoryTestCase
20 testCreateConnectionWithCredentialsV2(endpoint.protocol.jms.tests.JMSConnectionFactoryTestCase)
testCreateQueueAndTopicConnectionsFail
Test class: endpoint.protocol.jms.tests.JMSConnectionFactoryTestCase
22 testCreateQueueAndTopicConnectionsFail(endpoint.protocol.jms.tests.JMSConnectionFactoryTestCase)
testCreateQueueConnections
Test class: endpoint.protocol.jms.tests.JMSConnectionFactoryTestCase
24 testCreateQueueConnections(endpoint.protocol.jms.tests.JMSConnectionFactoryTestCase)
testCreateTopicConnections
Test class: endpoint.protocol.jms.tests.JMSConnectionFactoryTestCase
26 testCreateTopicConnections(endpoint.protocol.jms.tests.JMSConnectionFactoryTestCase)
testFailToConnectToBroker
Test class: endpoint.protocol.jms.tests.JMSConnectionFactoryTestCase
16 testFailToConnectToBroker(endpoint.protocol.jms.tests.JMSConnectionFactoryTestCase)
testInferJMSMessageType
Test class: endpoint.protocol.jms.tests.JMSUtilsTest
8 testInferJMSMessageType(endpoint.protocol.jms.tests.JMSUtilsTest)
testLookupDestination
Test class: endpoint.protocol.jms.tests.JMSUtilsTest
6 testLookupDestination(endpoint.protocol.jms.tests.JMSUtilsTest)
testPollingMessageFromQueue
Test class: endpoint.protocol.jms.tests.JMSPollingConsumerQueueTest
4 testPollingMessageFromQueue(endpoint.protocol.jms.tests.JMSPollingConsumerQueueTest)
testPollingMessageFromQueueSpecV10
Test class: endpoint.protocol.jms.tests.JMSPollingConsumerQueueTest
8 testPollingMessageFromQueueSpecV10(endpoint.protocol.jms.tests.JMSPollingConsumerQueueTest)
testPollingMessageFromQueueSpecV20
Test class: endpoint.protocol.jms.tests.JMSPollingConsumerQueueTest
6 testPollingMessageFromQueueSpecV20(endpoint.protocol.jms.tests.JMSPollingConsumerQueueTest)
testPollingOnDurableTopic
Test class: endpoint.protocol.jms.tests.JMSPollingConsumerTopicTest
4 testPollingOnDurableTopic(endpoint.protocol.jms.tests.JMSPollingConsumerTopicTest)
testPollingOnDurableTopicV1
Test class: endpoint.protocol.jms.tests.JMSPollingConsumerTopicTest
8 testPollingOnDurableTopicV1(endpoint.protocol.jms.tests.JMSPollingConsumerTopicTest)
testPollingOnDurableTopicV2
Test class: endpoint.protocol.jms.tests.JMSPollingConsumerTopicTest
6 testPollingOnDurableTopicV2(endpoint.protocol.jms.tests.JMSPollingConsumerTopicTest)
testPollingOnQueue
Test class: endpoint.protocol.jms.tests.JMSPollingConsumerQueueTest
2 testPollingOnQueue(endpoint.protocol.jms.tests.JMSPollingConsumerQueueTest)
testPollingOnTopic
Test class: endpoint.protocol.jms.tests.JMSPollingConsumerTopicTest
2 testPollingOnTopic(endpoint.protocol.jms.tests.JMSPollingConsumerTopicTest)
testSendBackByteMessages
Test class: endpoint.protocol.jms.tests.JMSReplySenderTest
4 testSendBackByteMessages(endpoint.protocol.jms.tests.JMSReplySenderTest)
testSendBackMapMessages
Test class: endpoint.protocol.jms.tests.JMSReplySenderTest
6 testSendBackMapMessages(endpoint.protocol.jms.tests.JMSReplySenderTest)
testSendBackNoPayloadTypeByteMessages
Test class: endpoint.protocol.jms.tests.JMSReplySenderTest
10 testSendBackNoPayloadTypeByteMessages(endpoint.protocol.jms.tests.JMSReplySenderTest)
testSendBackNoPayloadTypeTextMessages
Test class: endpoint.protocol.jms.tests.JMSReplySenderTest
8 testSendBackNoPayloadTypeTextMessages(endpoint.protocol.jms.tests.JMSReplySenderTest)
testSendBackTextMessages
Test class: endpoint.protocol.jms.tests.JMSReplySenderTest
2 testSendBackTextMessages(endpoint.protocol.jms.tests.JMSReplySenderTest)
testSendBackWhenMessageContextNull
Test class: endpoint.protocol.jms.tests.JMSReplySenderTest
12 testSendBackWhenMessageContextNull(endpoint.protocol.jms.tests.JMSReplySenderTest)
testStopConnection
Test class: endpoint.protocol.jms.tests.JMSConnectionFactoryTestCase
22 testStopConnection(endpoint.protocol.jms.tests.JMSConnectionFactoryTestCase)