Property | Type | Description | |
---|---|---|---|
Failure | bool |
Method | Description | |
---|---|---|
Execute ( string args ) : void |
Execute a test run based on the aruments passed from Main.
|
|
TestFinished ( ITestResult result ) : void |
A test has just finished
|
|
TestOutput ( TestOutput testOutput ) : void |
A test has produced some text output
|
|
TestStarted ( ITest test ) : void |
A test has just started
|
|
TextUI ( ) : System |
Initializes a new instance of the TextUI class.
|
|
TextUI ( |
Initializes a new instance of the TextUI class.
|
|
TextUI ( |
Initializes a new instance of the TextUI class.
|
|
TopLevelHandler ( object sender, |
||
WriteHeader ( |
Write the standard header information to a TextWriter.
|
|
WriteRuntimeEnvironment ( |
Write information about the current runtime environment
|
Method | Description | |
---|---|---|
ExploreTests ( ) : void | ||
RunTests ( ITestFilter filter ) : void |
public Execute ( string args ) : void | ||
args | string | An array of arguments |
return | void |
public TestFinished ( ITestResult result ) : void | ||
result | ITestResult | The result of the test |
return | void |
public TestOutput ( TestOutput testOutput ) : void | ||
testOutput | TestOutput | A TestOutput object holding the text that was written |
return | void |
public TestStarted ( ITest test ) : void | ||
test | ITest | The test |
return | void |
public TextUI ( |
||
writer | The TextWriter to use. | |
return | System |
public TextUI ( |
||
writer | The TextWriter to use. | |
listener | ITestListener | The Test listener to use. |
return | System |
public TopLevelHandler ( object sender, |
||
sender | object | |
e | ||
return | void |
public static WriteHeader ( |
||
writer | The TextWriter to use | |
return | void |
public static WriteRuntimeEnvironment ( |
||
writer | The TextWriter to be used | |
return | void |