Метод | Описание | |
---|---|---|
CanContinue ( |
||
Exception ( string exceptionString ) : void | ||
FinishSection ( Section section ) : void | ||
FinishStep ( IStep step ) : void | ||
FinishTest ( System.Test test ) : void | ||
InitializeLifetimeService ( ) : object | ||
StartSection ( Section section ) : void | ||
StartStep ( IStep step ) : void | ||
StartTest ( System.Test test, |
Метод | Описание | |
---|---|---|
write ( string format ) : void | ||
writeDivider ( ) : void |
Метод | Описание | |
---|---|---|
writeSpacer ( ) : void |
public CanContinue ( |
||
counts | ||
Результат | bool |
public Exception ( string exceptionString ) : void | ||
exceptionString | string | |
Результат | void |
public FinishSection ( Section section ) : void | ||
section | Section | |
Результат | void |
public FinishTest ( System.Test test ) : void | ||
test | System.Test | |
Результат | void |
public InitializeLifetimeService ( ) : object | ||
Результат | object |
public StartSection ( Section section ) : void | ||
section | Section | |
Результат | void |
public StartTest ( System.Test test, |
||
test | System.Test | |
counts | ||
Результат | void |
protected abstract write ( string format ) : void | ||
format | string | |
Результат | void |