Summary

[ summary] [ package list] [ test cases]

TestsErrorsFailuresSuccess rateTime(s)
70185,71%0,47

Note: failuresare anticipated and checked for with assertions while errorsare unanticipated.

Package List

[ summary] [ package list] [ test cases]

PackageTestsErrorsFailuresSuccess RateTime
kortsoft.kmx.bootstrap 200100,00%0,08
kortsoft.kmx.deployer 50180,00%0,39

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

kortsoft.kmx.bootstrap

ClassTestsErrorsFailuresSuccess RateTime
Success KmxLauncherTest 200100,00%0,079

kortsoft.kmx.deployer

ClassTestsErrorsFailuresSuccess RateTime
Success JarDeployerTest 100100,00%0,266
Failure KmxDaemonTest 40175,00%0,125

Test Cases

[ summary] [ package list] [ test cases]

KmxLauncherTest

Success testMainWithoutParams0,03
Success testMainWithParam0,02

JarDeployerTest

Success testDeployElement0,25

KmxDaemonTest

Success testCheckDirectoryChanges0,02
Success testLoadDefaultDeployers0,05
Success testLoadExtraDeployers0,00
Failure testRunDaemon0,05
Incorrect deployer expected calls to deploy(). File was not modified expected:<1> but was:<2>

Failure details

Failure testRunDaemon
Incorrect deployer expected calls to deploy(). File was not modified expected:<1> but was:<2>
junit.framework.AssertionFailedError: Incorrect deployer expected calls to deploy(). File was not modified expected:<1> but was:<2> at kortsoft.kmx.deployer.KmxDaemonTest.testRunDaemon(KmxDaemonTest.java:120)