Class | Description |
---|---|
IResultFormatterCollection | Contains a strongly typed collection of IResultFormatter objects. |
IResultFormatterEnumerator | Enumerates the IResultFormatter elements of a IResultFormatterCollection. |
LogFormatter | Prints information about running tests directly to the build log. |
NUnitTest | Represents a test element of an NUnitTask. |
NUnitTestCollection | Contains a strongly typed collection of NUnitTest objects. |
NUnitTestData | Carries data specified through the test element. |
NUnitTestEnumerator | Enumerates the NUnitTest elements of a NUnitTestCollection. |
PlainTextFormatter | Prints information about running tests in plain text. |
TestResultExtra | Decorates NUnits TestResult with extra information such as run-time. |
XmlResultFormatter | Prints detailed information about running tests in XML format. |
Interface | Description |
---|---|
IResultFormatter |