NAnt SDK Documentation - v0.85-nightly-2005-11-09

NAnt.NUnit1.Types Namespace

[This is preliminary documentation and subject to change.]

Missing <summary> Documentation for NAnt.NUnit1.Types

Namespace hierarchy

Classes

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.

Interfaces

Interface Description
IResultFormatter Missing <summary> documentation for T:NAnt.NUnit1.Types.IResultFormatter