Method | Description | |
---|---|---|
AndFilter ( ) : System |
Constructs an empty AndFilter
|
|
IsExplicitMatch ( ITest test ) : bool |
Checks whether the AndFilter is explicit matched by a test.
|
|
Match ( ITest test ) : bool |
Checks whether the AndFilter is matched by a test
|
|
Pass ( ITest test ) : bool |
Checks whether the AndFilter 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 |