- Assembly
- NAnt
.NUnit1 .dll - Namespace
- NAnt
.NUnit1 .Tasks - Base Types
-
- BaseTestRunner
graph BT
Type-->Base0["BaseTestRunner"]
Type["NUnitTestRunner"]
class Type type-node
Syntax
public class NUnitTestRunner : BaseTestRunner
Constructors
Name | Summary |
---|---|
NUnitTestRunner |
Properties
Name | Value | Summary |
---|---|---|
Formatters | I |
Gets the collection of registered formatters.
|
ResultCode | RunnerResult |
Gets the result of the test.
|
Methods
Name | Value | Summary |
---|---|---|
AddError |
void | |
AddFailure |
void | |
CreateFormatter |
IResultFormatter | |
CreateFormatters |
void |
Creates the formatters to be used when running this test.
|
EndTest |
void | |
GetOutput |
FileInfo |
Returns the output file or null if does not use a file.
|
NeedsRunning |
bool |
Determines if the unit test needs running.
|
Run |
void |
Runs a Suite extracted from a TestCase subclass.
|
RunFailed |
void | |
StartTest |
void |