podxfant
Fant like tool that shows test results in JUnit Xml
Mixins
| TestReport | Report the results of the tests to an |
| XTestResult | Result of a a finished test. |
| Xtest | Interface for a test case to execute. |
Classes
| AbstractTest | |
| Main | Main execution point of Xfant pod. |
| TestCase | Creates a test for a method. |
| TestError | |
| TestFailure | |
| TestIssue | |
| TestResult | Result of a test case. |
| TestRunner | Execute the tests and returns the results. |
| TestSkipped | |
| TestSuccess | |
| TestSuite | Creates a group of test from a |
| TestSummary | Summary of a group of test results. |
| Xfant | Prepare the test cases and execute them, finally reports the results in Xml. |
| XmlReport | Report the test results as Xml. |
Facets
| Ignore | Ignore the execution of a test. |