Property | Type | Description | |
---|---|---|---|
TAGS | string |
Method | Description | |
---|---|---|
AcceptVisitor ( ITestVisitor visitor ) : void | ||
AddTag ( string text ) : void | ||
DoesTestMatch ( System.Test test ) : bool | ||
Equals ( |
||
Equals ( object obj ) : bool | ||
GetHashCode ( ) : int | ||
StepCount ( ) : int | ||
Tags ( ) : System | ||
Tags ( string text ) : System |
public AcceptVisitor ( ITestVisitor visitor ) : void | ||
visitor | ITestVisitor | |
return | void |
public DoesTestMatch ( System.Test test ) : bool | ||
test | System.Test | |
return | bool |