메소드 |
설명 |
|
AcceptVisitor ( ITestVisitor visitor ) : void |
|
|
EachLeaf ( StepLeaf>.Action action ) : void |
|
|
Get ( string key ) : string |
|
|
GetHashCode ( ) : int |
|
|
Has ( string key ) : bool |
|
|
HasLeaf ( string name ) : bool |
|
|
LeafFor ( string name ) : StepLeaf |
|
|
ParseValues ( string text ) : string>.IDictionary |
|
|
Remove ( string key ) : void |
|
|
Set ( string key, object value ) : void |
|
|
ShallowClone ( ) : IStep |
|
|
Step ( ) : System |
|
|
Step ( string grammarKey ) : System |
|
|
Step ( string grammarKey, Action action ) : System |
|
|
StepCount ( ) : int |
|
|
ToString ( ) : string |
|
|
Validate ( IEnumerable | cells ) : IList |
|
|
With ( string text ) : Step |
Only useful for testing: "key1:value1, key2:value2, key3:value3" |
|
With ( string key, object value ) : Step |
|
|
WithChildren ( string childKey ) : Step |
|
|