Interface | Description | |
---|---|---|
IFilter | Interface describing an IFilter which can be applied to a Request to filter the executed tests | |
IFilterable | IRunners that allow filtering should implement this interface. | |
IFixtureSorter | Implemented by sorters that also wish to customize the sorting experience for fixture elements such as Before and After | |
ISort | Marker interface | |
ISortable | Interface for runners that allow sorting of tests. | |
ISorter | Sorters should implement this interface. |
Class | Description | |
---|---|---|
NoTestsRemainException | Thrown when a Filter removes all tests from an IRunner. | |
OrderArgumentPlusAlphaSorter | A MetadataSorter compares two values to determine which value is greater. | |
OrderArgumentPlusInheritanceSorter | A MetadataSorter compares two values to determine which value is greater. | |
OrderArgumentSorter | A MetadataSorter compares two values to determine which value is greater. | |
Sorter | A Sorter orders tests. |