[ summary] [ package list] [ test cases]
| Tests | Errors | Failures | Success rate | Time(s) |
|---|---|---|---|---|
| 32 | 7 | 0 | 78.12% | 8.56 |
Note: failuresare anticipated and checked for with assertions while errorsare unanticipated.
[ summary] [ package list] [ test cases]
| Package | Tests | Errors | Failures | Success Rate | Time |
|---|---|---|---|---|---|
| uk.ac.roe.antigen.ant | 5 | 1 | 0 | 80.00% | 0.33 |
| uk.ac.roe.antigen.config | 9 | 0 | 0 | 100.00% | 0.12 |
| uk.ac.roe.antigen.core | 16 | 6 | 0 | 62.50% | 0.63 |
| uk.ac.roe.antigen.dialogs | 1 | 0 | 0 | 100.00% | 7.47 |
| uk.ac.roe.antigen.utils | 1 | 0 | 0 | 100.00% | 0.01 |
Note: package statistics are not computed recursively, they only sum up all of its testsuites numbers.
| Class | Tests | Errors | Failures | Success Rate | Time | |
|---|---|---|---|---|---|---|
|
| BuildGrabberTest | 1 | 1 | 0 | 0.00% | 0.271 |
|
| TaskTreeCalculatorTest | 4 | 0 | 0 | 100.00% | 0.060 |
| Class | Tests | Errors | Failures | Success Rate | Time | |
|---|---|---|---|---|---|---|
|
| AntigenConfigTest | 2 | 0 | 0 | 100.00% | 0.030 |
|
| SequenceAnalyserTest | 7 | 0 | 0 | 100.00% | 0.091 |
| Class | Tests | Errors | Failures | Success Rate | Time | |
|---|---|---|---|---|---|---|
|
| AntigenExceptionTest | 4 | 0 | 0 | 100.00% | 0.020 |
|
| AntigenTest | 5 | 5 | 0 | 0.00% | 0.070 |
|
| LauncherPropsTest | 4 | 0 | 0 | 100.00% | 0.441 |
|
| LauncherTest | 3 | 1 | 0 | 66.67% | 0.100 |
| Class | Tests | Errors | Failures | Success Rate | Time | |
|---|---|---|---|---|---|---|
|
| BuildLoggerFrameTest | 1 | 0 | 0 | 100.00% | 7.470 |
| Class | Tests | Errors | Failures | Success Rate | Time | |
|---|---|---|---|---|---|---|
|
| PropertyConcatinatorTest | 1 | 0 | 0 | 100.00% | 0.010 |
[ summary] [ package list] [ test cases]
|
| testGetDependencyList | 0.04 |
|
| testGetNumberOfTasks | 0.00 |
|
| testGetNumberOfTasks2 | 0.00 |
|
| testCorrectTaksAndTargetNumbers2 | 0.00 |
|
| testSimpleSequence | 0.04 |
|
| testTwoStepLinearSequence | 0.00 |
|
| testTwoStepLinearSequenceNoExplicitStart | 0.00 |
|
| testTwoStepLinearSequenceNoStart | 0.00 |
|
| testTwoCircular | 0.00 |
|
| testSimpleSequenceBadStep1 | 0.01 |
|
| testSimpleSequenceBadStep2 | 0.01 |
|
| testAntigenException | 0.00 |
|
| testAntigenExceptionString | 0.00 |
|
| testAntigenExceptionStringThrowable | 0.00 |
|
| testAntigenExceptionThrowable | 0.00 |
|
| testLoadGlobalProperties | 0.02 |
| N/A | ||
|
| testLoadSteps | 0.01 |
| N/A | ||
|
| testLoadStep1 | 0.01 |
| N/A | ||
|
| testLoadStep2 | 0.02 |
| N/A | ||
|
| testLoadStep3 | 0.01 |
| N/A | ||
|
| testSetAntProperties1 | 0.38 |
|
| testSetAntProperties2 | 0.01 |
|
| testSetAntProperties3 | 0.02 |
|
| testSetAntigen | 0.00 |
|
| testGetFromClassPath |
Stream closed
| |
java.io.IOException: Stream closed at java.io.BufferedInputStream.ensureOpen(BufferedInputStream.java:120) at java.io.BufferedInputStream.read(BufferedInputStream.java:199) at uk.ac.roe.antigen.ant.BuildGrabber.copyStreams(BuildGrabber.java:121) at uk.ac.roe.antigen.ant.BuildGrabber.grab(BuildGrabber.java:146) at uk.ac.roe.antigen.ant.BuildGrabberTest.testGetFromClassPath(BuildGrabberTest.java:23)
| |
|
| testLoadGlobalProperties |
| N/A | |
java.lang.NullPointerException at uk.ac.roe.antigen.core.Antigen.loadConfiguration(Antigen.java:65) at uk.ac.roe.antigen.core.AntigenTest.setUp(AntigenTest.java:43)
| |
|
| testLoadSteps |
| N/A | |
java.lang.NullPointerException at uk.ac.roe.antigen.core.Antigen.loadConfiguration(Antigen.java:65) at uk.ac.roe.antigen.core.AntigenTest.setUp(AntigenTest.java:43)
| |
|
| testLoadStep1 |
| N/A | |
java.lang.NullPointerException at uk.ac.roe.antigen.core.Antigen.loadConfiguration(Antigen.java:65) at uk.ac.roe.antigen.core.AntigenTest.setUp(AntigenTest.java:43)
| |
|
| testLoadStep2 |
| N/A | |
java.lang.NullPointerException at uk.ac.roe.antigen.core.Antigen.loadConfiguration(Antigen.java:65) at uk.ac.roe.antigen.core.AntigenTest.setUp(AntigenTest.java:43)
| |
|
| testLoadStep3 |
| N/A | |
java.lang.NullPointerException at uk.ac.roe.antigen.core.Antigen.loadConfiguration(Antigen.java:65) at uk.ac.roe.antigen.core.AntigenTest.setUp(AntigenTest.java:43)
| |
|
| testMainNowt |
| N/A | |
java.lang.NullPointerException at uk.ac.roe.antigen.core.Antigen.loadConfiguration(Antigen.java:65) at uk.ac.roe.antigen.core.Launcher.main(Launcher.java:165) at uk.ac.roe.antigen.core.LauncherTest.testMainNowt(LauncherTest.java:65)
| |