Unit Test Results

Designed for use with JUnit and Ant.

Summary

TestsFailuresErrorsSuccess rateTime
41075.00%0.031
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.
NameTestsErrorsFailuresTime(s)
4010.031

Package

NameTestsErrorsFailuresTime(s)
Factory4010.031
Back to top


TestCase Factory

NameStatusTypeTime(s)
verifyApprenticeSuccess0.000
verifyApprenticeSuccess0.000
verifyApprenticeSuccess0.015
verifyApprenticeFailureStream of <Apprenti2> should not be null expected:<true> but was:<false>

java.lang.AssertionError: Stream of <Apprenti2> should not be null expected:<true> but was:<false> at org.testng.Assert.fail(Assert.java:73) at org.testng.Assert.failNotEquals(Assert.java:345) at org.testng.Assert.assertTrue(Assert.java:28) at org.testng.Assert.assertNotNull(Assert.java:273) at factory.TestApprentice.verifyApprentice(TestApprentice.java:37) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at org.testng.internal.MethodHelper.invokeMethod(MethodHelper.java:435) at org.testng.internal.Invoker.invokeMethod(Invoker.java:356) at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:523) at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:89) at org.testng.TestRunner.privateRun(TestRunner.java:622) at org.testng.TestRunner.run(TestRunner.java:505) at org.testng.SuiteRunner.privateRun(SuiteRunner.java:200) at org.testng.SuiteRunner.run(SuiteRunner.java:126) at org.testng.TestNG.run(TestNG.java:294) at org.testng.TestNG.privateMain(TestNG.java:382) at org.testng.TestNG.main(TestNG.java:330)
0.000
Properties »

Back to top