프로퍼티 | 타입 | 설명 | |
---|---|---|---|
Failure | bool |
메소드 | 설명 | |
---|---|---|
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
|
메소드 | 설명 | |
---|---|---|
ExploreTests ( ) : void | ||
RunTests ( ITestFilter filter ) : void |
public TestFinished ( ITestResult result ) : void | ||
result | ITestResult | The result of the test |
리턴 | void |
public TestOutput ( TestOutput testOutput ) : void | ||
testOutput | TestOutput | A TestOutput object holding the text that was written |
리턴 | void |
public TextUI ( |
||
writer | The TextWriter to use. | |
리턴 | System |
public TextUI ( |
||
writer | The TextWriter to use. | |
listener | ITestListener | The Test listener to use. |
리턴 | System |
public TopLevelHandler ( object sender, |
||
sender | object | |
e | ||
리턴 | void |
public static WriteHeader ( |
||
writer | The TextWriter to use | |
리턴 | void |
public static WriteRuntimeEnvironment ( |
||
writer | The TextWriter to be used | |
리턴 | void |