프로퍼티 | 타입 | 설명 | |
---|---|---|---|
_teardownMethods | List |
메소드 | 설명 | |
---|---|---|
AddGiven ( string text, |
||
AddTearDown ( after teardownMethod ) : void | ||
AddThen ( string text, |
||
AddWhen ( string text, when method ) : void | ||
Cleanup ( ) : void | ||
SetThenState ( string methodName, TestState state, string message ) : void | ||
TestStateManager ( object specification ) : System | ||
WriteSpecification ( object[]>.Action |
public AddGiven ( string text, |
||
text | string | |
method | ||
리턴 | void |
public AddTearDown ( after teardownMethod ) : void | ||
teardownMethod | after | |
리턴 | void |
public AddThen ( string text, |
||
text | string | |
method | ||
리턴 | void |
public SetThenState ( string methodName, TestState state, string message ) : void | ||
methodName | string | |
state | TestState | |
message | string | |
리턴 | void |
public TestStateManager ( object specification ) : System | ||
specification | object | |
리턴 | System |
public WriteSpecification ( object[]>.Action |
||
consoleAction | object[]>.Action | |
리턴 | void |