프로퍼티 | 타입 | 설명 | |
---|---|---|---|
CreateClassTags | void | ||
CreateMethodTags | void |
메소드 | 설명 | |
---|---|---|
EvaluateExpression ( string tagExpression ) : IEnumerable |
Get the test methods that correspond to a tag expression.
|
|
TagManager ( |
Initializes a new tag manager.
|
메소드 | 설명 | |
---|---|---|
CreateClassTags ( |
Reflect, read and prepare the tags for the class metadata. Performs the work if this is the first time the metadata has been seen.
|
|
CreateMethodTags ( ITestMethod method ) : void |
Reflect, read and prepare the tags for the method metadata. Performs the work if this is the first time the metadata has been seen.
|
public EvaluateExpression ( string tagExpression ) : IEnumerable |
||
tagExpression | string | Tag expression. |
리턴 | IEnumerable |
public TagManager ( |
||
test | The test class type. | |
methods | IEnumerable |
The set of methods to run. |
리턴 | System |