Unit Test Results.

Designed for use with JUnit and Ant.

Summary

TestsFailuresErrorsSkippedSuccess rateTime
1422271.43%0.466
Note: failures are anticipated and checked for with assertions while errors are unanticipated.

Packages

Note: package statistics are not computed recursively, they only sum up all of its testsuites numbers.
NameTestsErrorsFailuresSkippedTime(s)Time StampHost
jp.ruru.park.ando.ut510000.0772016-08-18T09:35:18安藤-PC
jp.ruru.park.ando.ut5.sample132220.3892016-08-18T09:35:19安藤-PC

Package jp.ruru.park.ando.ut5

NameTestsErrorsFailuresSkippedTime(s)Time StampHost
UT5DocletTest10000.0772016-08-18T09:35:18安藤-PC
Back to top

Package jp.ruru.park.ando.ut5.sample

NameTestsErrorsFailuresSkippedTime(s)Time StampHost
MyTheoryTest10000.1362016-08-18T09:35:19安藤-PC
Sample1Test51110.0862016-08-18T09:35:20安藤-PC
Sample2Test51110.0862016-08-18T09:35:21安藤-PC
SetupTest20000.0812016-08-18T09:35:22安藤-PC
Back to top


TestCase MyTheoryTest

NameStatusTypeTime(s)
helloDataPointSuccess0.061
Properties »

Back to top

TestCase Sample1Test

NameStatusTypeTime(s)
testHelloWorld1Success0.001
testErrorErrortest

java.io.IOException: test
at jp.ruru.park.ando.utt5.sample.SampleBase.testError(SampleBase.java:51)
0.004
testFailFailureN/A

junit.framework.AssertionFailedError
at jp.ruru.park.aando.ut5.sample.SampleBase.testFail(SampleBase.java:43)
0.001
testSkipSkippedskip message

0.000
testSample1Success0.000
Properties »

Back to top

TestCase Sample2Test

NameStatusTypeTime(s)
testHelloWorld2Success0.001
testErrorErrortest

java.io.IOException: test
at jp.ruru.park.ando.utt5.sample.SampleBase.testError(SampleBase.java:51)
0.003
testFailFailureN/A

junit.framework.AssertionFailedError
at jp.ruru.park.aando.ut5.sample.SampleBase.testFail(SampleBase.java:43)
0.001
testSkipSkippedskip message

0.000
testSample1Success0.000
Properties »

Back to top

TestCase SetupTest

NameStatusTypeTime(s)
testOneSuccess0.001
testTwoSuccess0.000
Properties »

Back to top

TestCase UT5DocletTest

NameStatusTypeTime(s)
testHelloSuccess0.001
Properties »

Back to top