NAnt SDK Documentation - v0.92

IResultFormatter Interface

For a list of all members of this type, see IResultFormatter Members.

[Visual Basic]
Public Interface IResultFormatter
    Implements ITestListener
[C#]
public interface IResultFormatter : ITestListener

Types that implement IResultFormatter

Type Description
LogFormatter Prints information about running tests directly to the build log.
PlainTextFormatter Prints information about running tests in plain text.
XmlResultFormatter Prints detailed information about running tests in XML format.

Requirements

Namespace: NAnt.NUnit1.Types

Assembly: NAnt.NUnit1Tasks (in NAnt.NUnit1Tasks.dll)

See Also

IResultFormatter Members | NAnt.NUnit1.Types Namespace