SimpleNameFilter Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[System.Serializable]
public class SimpleNameFilter : NUnit.Framework.Internal.TestFilter
type SimpleNameFilter = class
inherit TestFilter
- Inheritance
- Attributes
Constructors
| SimpleNameFilter() | |
| SimpleNameFilter(String) | |
| SimpleNameFilter(String[]) |
Properties
| IsEmpty | (Inherited from TestFilter) |
Methods
| Add(String) | |
| Match(ITest) | |
| MatchDescendant(ITest) | (Inherited from TestFilter) |
| MatchParent(ITest) | (Inherited from TestFilter) |
| Pass(ITest) | (Inherited from TestFilter) |