When the concordion:run command is used, Concordion adds the totals to the existing test.
Description | Href | Output Generated? | Successes | Failures | Exceptions | Ignored | Totals String |
---|---|---|---|---|---|---|---|
Test a JUnit 4 test class that has multiple successful tests in it | JUnit4RunTotals.html | Yes | 2 | 0 | 0 | 0 | Successes: 2, Failures: 0 |
Test missing HTML | NoHtml.html | No | 0 | 0 | 1 | 0 | Successes: 0, Failures: 0, Exceptions: 1 |
Test a fixture that returns a mixture of successes, failures, and exceptions | MixedSuccessesAndFailures.html | Yes | 3 | 2 | 1 | 0 | Successes: 3, Failures: 2, Exceptions: 1 |
Test a test with a jUnit "ignore" annotation | Ignored.html | No | 0 | 0 | 0 | 1 | Successes: 0, Failures: 0, Ignored: 1 |
Test an "unimplemented" test | Unimplemented.html | Yes | 0 | 0 | 0 | 1 | Successes: 0, Failures: 0, Ignored: 1 |
Test an "unimplemented" test that performs an assert | UnimplementedWithAssert.html | Yes | 0 | 0 | 1 | 0 | Successes: 0, Failures: 0, Exceptions: 1 |
Test the case where the fixture cannot be found | MissingFixtureFile.html | No | 0 | 0 | 1 | 0 | Successes: 0, Failures: 0, Exceptions: 1 |
Test the case where both the fixture and HTML cannot be found | AllGoneAway.html | No | 0 | 0 | 1 | 0 | Successes: 0, Failures: 0, Exceptions: 1 |
Test the case where a file does a c:run on other files | RunSomeOthers.html | Yes | 5 | 2 | 3 | 3 | Successes: 5, Failures: 2, Ignored: 3, Exceptions: 3 |
Test the case where a file is expected to fail | ExpectedToFail.html | Yes | 0 | 0 | 0 | 1 | Successes: 0, Failures: 0, Ignored: 1 |
Test the case where an exception is caused since a file is expected to fail but has examples | ExpectedToFailWithExample.html | No | 0 | 0 | 1 | 0 | Successes: 0, Failures: 0, Exceptions: 1 |
Test that the JUnit annotations work when performing a concordion:run command | Annotations.html | Yes | 4 | 0 | 0 | 0 | Successes: 4, Failures: 0 |
Invalid HTML | InvalidHTML.html | No | 0 | 0 | 1 | 0 | Successes: 0, Failures: 0, Exceptions: 1 |
Large test suite | testsuite/TestSuite.html | Yes | 4 | 1 | 6 | 4 | Successes: 4, Failures: 1, Ignored: 4, Exceptions: 6 |