- Assembly
- NAnt
.NUnit1 .dll - Namespace
- NAnt
.NUnit1 .Types - Interfaces
-
- ITestListener
- Implementing Types
graph BT
Type-.->Interface0["ITestListener"]
Type["IResultFormatter"]
class Type type-node
Implementing0["LogFormatter"]-.->Type
click Implementing0 "/api/NAnt.NUnit1.Types/LogFormatter"
Implementing1["XmlResultFormatter"]-.->Type
click Implementing1 "/api/NAnt.NUnit1.Types/XmlResultFormatter"
Implementing2["PlainTextFormatter"]-.->Type
click Implementing2 "/api/NAnt.NUnit1.Types/PlainTextFormatter"
Syntax
public interface IResultFormatter : ITestListener
Methods
Name | Value | Summary |
---|---|---|
EndTestSuite |
void |
The whole test suite ended.
|
SetOutput |
void |
Sets the
System.IO.TextWriter the formatter is supposed to write
its results to.
|
StartTestSuite |
void |
The whole test suite started.
|