Interface ITestCaseFilter
Represents a filter run against a test case (and the associated assembly it resides in).
public interface ITestCaseFilter
Methods
Filter(string, ITestCaseMetadata)
Determines whether the given testCase passes the filter.
bool Filter(string assemblyName, ITestCaseMetadata testCase)
Parameters
assemblyNamestringThe simple assembly name without file extension
testCaseITestCaseMetadataThe test case to be checked against the filter