IGLib  1.7.2
The IGLib base library EXTENDED - with other lilbraries and applications.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
Package NUnit.Framework.Internal.Filters

Classes

class  AndFilter
 Combines multiple filters so that a test must pass all of them in order to pass this filter. More...
 
class  AndFilterTests
 
class  CategoryFilter
 CategoryFilter is able to select or exclude tests based on their categories. More...
 
class  CategoryFilterTests
 
class  ClassNameFilter
 ClassName filter selects tests based on the class FullName More...
 
class  ClassNameFilterTests
 
class  CompositeFilter
 A base class for multi-part filters More...
 
class  EmptyFilterTests
 
class  FullNameFilter
 FullName filter selects tests based on their FullName More...
 
class  FullNameFilterTests
 
class  IdFilter
 IdFilter selects tests based on their id More...
 
class  IdFilterTests
 
class  MethodNameFilter
 FullName filter selects tests based on their FullName More...
 
class  MethodNameFilterTests
 
class  NotFilter
 NotFilter negates the operation of another filter More...
 
class  NotFilterTests
 
class  OrFilter
 Combines multiple filters so that a test must pass one of them in order to pass this filter. More...
 
class  OrFilterTests
 
class  PropertyFilter
 PropertyFilter is able to select or exclude tests based on their properties. More...
 
class  PropertyFilterTests
 
class  TestFilterTests
 
class  TestFilterXmlTests
 
class  TestNameFilter
 TestName filter selects tests based on their Name More...
 
class  TestNameFilterTests
 
class  ValueMatchFilter
 ValueMatchFilter selects tests based on some value, which is expected to be contained in the test. More...