Summary

[ summary] [ package list] [ test cases]

TestsErrorsFailuresSuccess rateTime(s)
921395.65%0.84

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

Package List

[ summary] [ package list] [ test cases]

PackageTestsErrorsFailuresSuccess RateTime
junit.tests.extensions 1700100.00%0.30
junit.tests.framework 5900100.00%0.03
junit.tests.runner 161375.00%0.51

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

junit.tests.extensions

ClassTestsErrorsFailuresSuccess RateTime
Success ActiveTestTest 400100.00%0.250
Success ExceptionTestCaseTest 500100.00%0.016
Success ExtensionTest 400100.00%0.016
Success RepeatedTestTest 400100.00%0.015

junit.tests.framework

ClassTestsErrorsFailuresSuccess RateTime
Success AssertTest 1400100.00%0.000
Success ComparisonFailureTest 1100100.00%0.000
Success DoublePrecisionAssertTest 700100.00%0.000
Success NoArgTestCaseTest 100100.00%0.016
Success SuiteTest 900100.00%0.016
Success TestCaseTest 1300100.00%0.000
Success TestImplementorTest 100100.00%0.000
Success TestListenerTest 300100.00%0.000

junit.tests.runner

ClassTestsErrorsFailuresSuccess RateTime
Success BaseTestRunnerTest 100100.00%0.000
Failure ClassLoaderTest 1010.00%0.000
Success SimpleTestCollectorTest 100100.00%0.000
Success SorterTest 100100.00%0.015
Success StackFilterTest 100100.00%0.000
Error TestCaseClassLoaderTest 2110.00%0.015
Success TextFeedbackTest 500100.00%0.016
Failure TextRunnerTest 40175.00%0.468

Test Cases

[ summary] [ package list] [ test cases]

ActiveTestTest

Success testActiveTest0.03
Success testActiveRepeatedTest0.16
Success testActiveRepeatedTest00.00
Success testActiveRepeatedTest10.03

ExceptionTestCaseTest

Success testExceptionSubclass0.00
Success testExceptionTest0.00
Success testFailure0.00
Success testNoException0.00
Success testWrongException0.00

ExtensionTest

Success testRunningErrorInTestSetup0.00
Success testRunningErrorsInTestSetup0.00
Success testSetupErrorDontTearDown0.00
Success testSetupErrorInTestSetup0.00

RepeatedTestTest

Success testRepeatedOnce0.00
Success testRepeatedMoreThanOnce0.00
Success testRepeatedZero0.00
Success testRepeatedNegative0.00

AssertTest

Success testFail0.00
Success testAssertEquals0.00
Success testAssertEqualsNull0.00
Success testAssertStringEquals0.00
Success testAssertNullNotEqualsString0.00
Success testAssertStringNotEqualsNull0.00
Success testAssertNullNotEqualsNull0.00
Success testAssertNull0.00
Success testAssertNotNull0.00
Success testAssertTrue0.00
Success testAssertFalse0.00
Success testAssertSame0.00
Success testAssertNotSame0.00
Success testAssertNotSameFailsNull0.00

ComparisonFailureTest

Success testComparisonErrorMessage0.00
Success testComparisonErrorStartSame0.00
Success testComparisonErrorEndSame0.00
Success testComparisonErrorSame0.00
Success testComparisonErrorStartAndEndSame0.00
Success testComparisonErrorStartSameComplete0.00
Success testComparisonErrorEndSameComplete0.00
Success testComparisonErrorOverlapingMatches0.00
Success testComparisonErrorOverlapingMatches20.00
Success testComparisonErrorWithActualNull0.00
Success testComparisonErrorWithExpectedNull0.00

DoublePrecisionAssertTest

Success testAssertEqualsNaNFails0.00
Success testAssertNaNEqualsFails0.00
Success testAssertNaNEqualsNaNFails0.00
Success testAssertPosInfinityNotEqualsNegInfinity0.00
Success testAssertPosInfinityNotEquals0.00
Success testAssertPosInfinityEqualsInfinity0.00
Success testAssertNegInfinityEqualsInfinity0.00

NoArgTestCaseTest

Success testNothing0.00

SuiteTest

Success testNoTestCaseClass0.00
Success testNoTestCases0.00
Success testOneTestCase0.00
Success testNotPublicTestCase0.00
Success testNotVoidTestCase0.00
Success testNotExistingTestCase0.00
Success testInheritedTests0.00
Success testShadowedTests0.00
Success testAddTestSuite0.00

TestCaseTest

Success testFailure0.00
Success testSuccess0.00
Success testCaseToString0.00
Success testError0.00
Success testRunAndTearDownFails0.00
Success testSetupFails0.00
Success testTearDownAfterError0.00
Success testTearDownFails0.00
Success testTearDownSetupFails0.00
Success testWasRun0.00
Success testExceptionRunningAndTearDown0.00
Success testNoArgTestCasePasses0.00
Success testNamelessTestCase0.00

TestImplementorTest

Success testSuccessfulRun0.00

TestListenerTest

Success testFailure0.00
Success testError0.00
Success testStartStop0.00

BaseTestRunnerTest

Success testInvokeNonStaticSuite0.00

ClassLoaderTest

Failure warning0.00
No tests found in junit.tests.runner.ClassLoaderTest

SimpleTestCollectorTest

Success testMissingDirectory0.00

SorterTest

Success testSort0.00

StackFilterTest

Success testFilter0.00

TestCaseClassLoaderTest

Error testClassLoading0.02
junit.tests.runner.ClassLoaderTest
Failure testJarClassLoading0.00
Cannot find test.jar

TextFeedbackTest

Success testFailure0.00
Success testError0.02
Success testEmptySuite0.00
Success testOneTest0.00
Success testTwoTests0.00

TextRunnerTest

Success testFailure0.16
Failure testSuccess0.16
N/A
Success testError0.16
Success testRunReturnsResult0.00

Failure details

Failure warning
No tests found in junit.tests.runner.ClassLoaderTest
junit.framework.AssertionFailedError: No tests found in junit.tests.runner.ClassLoaderTest
Error testClassLoading
junit.tests.runner.ClassLoaderTest
java.lang.ClassNotFoundException: junit.tests.runner.ClassLoaderTest at junit.runner.TestCaseClassLoader.lookupClassData(TestCaseClassLoader.java:124) at junit.runner.TestCaseClassLoader.loadClass(TestCaseClassLoader.java:101) at junit.tests.runner.TestCaseClassLoaderTest.testClassLoading(TestCaseClassLoaderTest.java:16)
Failure testJarClassLoading
Cannot find test.jar
junit.framework.AssertionFailedError: Cannot find test.jar at junit.tests.runner.TestCaseClassLoaderTest.testJarClassLoading(TestCaseClassLoaderTest.java:30)
Failure testSuccess
N/A
junit.framework.AssertionFailedError at junit.tests.runner.TextRunnerTest.execTest(TextRunnerTest.java:37) at junit.tests.runner.TextRunnerTest.testSuccess(TextRunnerTest.java:20)