Fork me on GitHub

Surefire Report

Summary

[Summary] [Package List] [Test Cases]


Tests Errors Failures Skipped Success Rate Time
25 0 0 0 100% 17.81

Note: failures are anticipated and checked for with assertions while errors are unanticipated.


Package List

[Summary] [Package List] [Test Cases]


Package Tests Errors Failures Skipped Success Rate Time
net.anyflow.lannister.httphandler 1 0 0 0 100% 0.792
net.anyflow.lannister.httphandler.api 5 0 0 0 100% 1.887
net.anyflow.lannister.packetreceiver 10 0 0 0 100% 0.06
net.anyflow.lannister 1 0 0 0 100% 0.012
net.anyflow.lannister.server 3 0 0 0 100% 7.581
net.anyflow.lannister.session 3 0 0 0 100% 6.252
net.anyflow.lannister.topic 2 0 0 0 100% 1.226

Note: package statistics are not computed recursively, they only sum up all of its testsuites numbers.

net.anyflow.lannister.httphandler

Class Tests Errors Failures Skipped Success Rate Time
IndexTest 1 0 0 0 100% 0.792

net.anyflow.lannister.httphandler.api

Class Tests Errors Failures Skipped Success Rate Time
SessionsTest 2 0 0 0 100% 1.812
TopicsTest 2 0 0 0 100% 0.056
ClientsTest 1 0 0 0 100% 0.019

net.anyflow.lannister.packetreceiver

Class Tests Errors Failures Skipped Success Rate Time
ConnectReceiverTest 10 0 0 0 100% 0.06

net.anyflow.lannister

Class Tests Errors Failures Skipped Success Rate Time
NettyUtilTest 1 0 0 0 100% 0.012

net.anyflow.lannister.server

Class Tests Errors Failures Skipped Success Rate Time
MqttServerTest 2 0 0 0 100% 0.569
SessionExpiratorTest 1 0 0 0 100% 7.012

net.anyflow.lannister.session

Class Tests Errors Failures Skipped Success Rate Time
SessionTest 1 0 0 0 100% 0.005
WillTest 2 0 0 0 100% 6.247

net.anyflow.lannister.topic

Class Tests Errors Failures Skipped Success Rate Time
TopicMatcherTest 1 0 0 0 100% 0.004
TopicTest 1 0 0 0 100% 1.222

Test Cases

[Summary] [Package List] [Test Cases]

NettyUtilTest

testCopy 0.012

IndexTest

testService 0.792

SessionsTest

testAll 1.769
testLive 0.043

ConnectReceiverTest

testDefaultChannelRead0 0.012
cleanSessionOnSameClientIdSession 0.009
testCONNECTION_REFUSED_NOT_AUTHORIZED 0.01
nonCleanSession 0.004
testCONNECTION_REFUSED_IDENTIFIER_REJECTED 0.003
testCleanSessionWithoutClientIdReturnTrue 0.003
testCONNECTION_REFUSED_BAD_USER_NAME_OR_PASSWORD 0.004
testCleanSessionWithoutClientIdReturnFalse 0.004
testNonCleanSessionWithoutClientId 0.007
testCONNECTION_REFUSED_SERVER_UNAVAILABLE 0.004

TopicMatcherTest

testMatch 0.004

TopicsTest

testAll 0.038
testNosys 0.018

MqttServerTest

testSslConnectDisconnect 0.563
testConnectDisconnect 0.006

TopicTest

persistMessagesForDisconnectedPersistantSession 1.222

SessionTest

testMatches 0.005

ClientsTest

testClients 0.019

WillTest

testWillSend 6.141
testWillToNullOnNormalDisconnect 0.106

SessionExpiratorTest

testHandlerAdded 7.012