Interface IPreFilter
Implemented by filters for use in deciding which
Types and Methods should be used to generate tests.
Assembly: nunit.framework.dll
Syntax
public interface IPreFilter
Methods
View Source
IsMatch(Type)
Use the filter on a Type, returning true if the type matches the filter
and should therefore be included in the discovery process.
Declaration
Parameters
Type |
Name |
Description |
Type |
type |
|
Returns
View Source
IsMatch(Type, MethodInfo)
Use the filter on a Type, returning true if the type matches the filter
and should therefore be included in the discovery process.
Declaration
bool IsMatch(Type type, MethodInfo method)
Parameters
Returns