Property | Type | Description | |
---|---|---|---|
_teardownMethods | List |
Method | Description | |
---|---|---|
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 | ||
return | void |
public AddTearDown ( after teardownMethod ) : void | ||
teardownMethod | after | |
return | void |
public AddThen ( string text, |
||
text | string | |
method | ||
return | void |
public AddWhen ( string text, when method ) : void | ||
text | string | |
method | when | |
return | void |
public SetThenState ( string methodName, TestState state, string message ) : void | ||
methodName | string | |
state | TestState | |
message | string | |
return | void |
public TestStateManager ( object specification ) : System | ||
specification | object | |
return | System |
public WriteSpecification ( object[]>.Action |
||
consoleAction | object[]>.Action | |
return | void |