Property | Type | Description | |
---|---|---|---|
CreateClassTags | void | ||
CreateMethodTags | void |
Method | Description | |
---|---|---|
EvaluateExpression ( string tagExpression ) : IEnumerable |
Get the test methods that correspond to a tag expression.
|
|
TagManager ( |
Initializes a new tag manager.
|
Method | Description | |
---|---|---|
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. |
return | IEnumerable |
public TagManager ( |
||
test | The test class type. | |
methods | IEnumerable |
The set of methods to run. |
return | System |