메소드 | 설명 | |
---|---|---|
Add ( this holder, ITestPart part ) : void | ||
AddComment ( this holder ) : |
||
AddSection ( this holder, string fixtureName ) : Section | ||
AddStep ( this holder, string grammarKey ) : |
||
AllSteps ( this holder ) : IList |
||
MoveDown ( this holder, ITestPart part ) : void | ||
MoveToBottom ( this holder, ITestPart part ) : void | ||
MoveToTop ( this holder, ITestPart part ) : void | ||
MoveUp ( this holder, ITestPart part ) : void | ||
Remove ( this holder, ITestPart part ) : void | ||
RemoveParts ( this holder, bool>.Func |
public static Add ( this holder, ITestPart part ) : void | ||
holder | this | |
part | ITestPart | |
리턴 | void |
public static AddSection ( this holder, string fixtureName ) : Section | ||
holder | this | |
fixtureName | string | |
리턴 | Section |
public static AddStep ( this holder, string grammarKey ) : |
||
holder | this | |
grammarKey | string | |
리턴 |
public static MoveDown ( this holder, ITestPart part ) : void | ||
holder | this | |
part | ITestPart | |
리턴 | void |
public static MoveToBottom ( this holder, ITestPart part ) : void | ||
holder | this | |
part | ITestPart | |
리턴 | void |
public static MoveToTop ( this holder, ITestPart part ) : void | ||
holder | this | |
part | ITestPart | |
리턴 | void |
public static MoveUp ( this holder, ITestPart part ) : void | ||
holder | this | |
part | ITestPart | |
리턴 | void |
public static Remove ( this holder, ITestPart part ) : void | ||
holder | this | |
part | ITestPart | |
리턴 | void |
public static RemoveParts ( this holder, bool>.Func |
||
holder | this | |
filter | bool>.Func | |
리턴 | void |