Method | Description | |
---|---|---|
IsExplicitMatch ( ITest test ) : bool |
Checks whether the OrFilter is explicit matched by a test
|
|
Match ( ITest test ) : bool |
Checks whether the OrFilter is matched by a test
|
|
OrFilter ( ) : System |
Constructs an empty OrFilter
|
|
Pass ( ITest test ) : bool |
Checks whether the OrFilter is matched by a test
|
public IsExplicitMatch ( ITest test ) : bool | ||
test | ITest | The test to be matched |
return | bool |
public Match ( ITest test ) : bool | ||
test | ITest | The test to be matched |
return | bool |
public Pass ( ITest test ) : bool | ||
test | ITest | The test to be matched |
return | bool |