|
Class Summary |
| Action |
|
| Application |
Application is a base class for all executable
applications |
| Assert |
Assert is a library of assert methods |
| AssertionError |
AssertionErrors are thrown when an assert method fails |
| CoverageReport |
CoverageReport is a collector of information
about the coverage analysis and produces the
formatted summary of that information |
| DocumentationCoverageReport |
Reports the documentation coverage for all methods,
parameters and classes in a package |
| PrintResults |
Print results is an application that loads test results
from testResults |
| RunCoverage |
RunCoverage is an application that reports
the unit testing coverage for all methods
in all classes in a set of packages |
| RunDocCoverage |
An application that reports the documentation
coverage for all methods, parameters, and classes
in a set of packages |
| RunProfile |
RunProfile is an Application that will report the
usage, total time, and average time spent in each
method for all instances of a profile class |
| RunSuite |
|
| RunSuiteContinuous |
|
| RunTest |
RunTest is an Application that will run individual tests
within a certain package |
| RunTests |
Application that finds and runs all unit tests
in a package's test sub-package |
| Test |
Test is the simplest possible test and base class for all
tests in xounit |
| TestCase |
TestCase is a simple base class to be subclassed for your
specific test |
| TestError |
TestError is a datastructure to hold information
about a test failure |
| TestFailure |
TestFailure is a datastructure to hold information
about a test failure |
| TestFailuresTextFormatter |
Format test failures and errors for display in text |
| TestFailuresWebFormatter |
Format test failures and errors for display on a web page |
| TestPass |
TestFailure is a datastructure to hold information
about a test passing |
| TestResult |
TestResult is an aggregation of smaller test results |
| TestResultsEmailFormatter |
Format test results for display in an email message |
| TestResultsTextFormatter |
TestResultsTextFormatter is a utility class to generate
human readable results in plan ASCII text |
| TestResultsWebFormatter |
Format test results for display on a web page |
| TestRunner |
TestRunner is a simple implementation of a test execution engine |
| TestRunnerTextUI |
TestRunnerTextUI integrates TestRunner and TestResultsTextFormatter
that allows automatic printing of results to stdout after
running then tests |
| TestSuite |
TestSuite is a test runner that will run all tests
that are children of this node |
| TestSuiteContinuous |
TestSuiteContinuous is a test runner that can repeatedly
run tests after a delay to support continous testing |
| WebTestRunner |
TestRunner that has the ability to write results
in a format viewable via the web |
| XounitTemplates |
XounitTemplates is a set of templates used
to create source code for projects that use
xounit |