|
Xunit.OpenCategories
Friendlier attributes to help categorise your tests.
|
Classes | |
| class | AuthorAttribute |
| Attribute to specify the author of a test class or method. More... | |
| class | AuthorDiscoverer |
| Discovers the traits for the AuthorAttribute. More... | |
| class | BugAttribute |
| Attribute to specify a bug ID for a test class or method. More... | |
| class | BugDiscoverer |
| Discovers the traits for the BugAttribute. More... | |
| class | CategoryAttribute |
| Attribute to specify a category for a test class or method. More... | |
| class | CategoryDiscoverer |
| Discovers the traits for the CategoryAttribute. More... | |
| class | ComponentAttribute |
| Attribute to specify a component for a test class or method. More... | |
| class | ComponentDiscoverer |
| Discovers the traits for the ComponentAttribute. More... | |
| class | ComponentsAttribute |
| Attribute to specify multiple components for a test class or method. More... | |
| class | ComponentsDiscoverer |
| Discovers the traits for the ComponentsAttribute. More... | |
| class | DatabaseTestAttribute |
| Attribute to specify that a test class or method is related to database testing. More... | |
| class | DatabaseTestDiscoverer |
| Discovers the traits for the DatabaseTestAttribute. More... | |
| class | DescriptionAttribute |
| Attribute to specify a description for a test class or method. More... | |
| class | DescriptionDiscoverer |
| Discovers the traits for the DescriptionAttribute. More... | |
| class | DiscovererUtil |
| Utility class for discoverer-related constants and methods. More... | |
| class | DocumentationAttribute |
| For annotating tests that have a mainly documentative purpose, as sometimes a piece of code says more than a 1000 words API Documentation. More... | |
| class | DocumentationDiscoverer |
| Discovers the traits for the DocumentationAttribute. More... | |
| class | ExpensiveAttribute |
| Attribute to specify that a test is expensive in terms of resources or time. More... | |
| class | ExpensiveDiscoverer |
| Discovers the traits for the ExpensiveAttribute. More... | |
| class | ExploratoryAttribute |
| For tests that have an exploratory purpose like trying out an unknown API. Not necessarily relating to your own code. More... | |
| class | ExploratoryDiscoverer |
| Discovers the traits for the ExploratoryAttribute. More... | |
| class | FeatureAttribute |
| Attribute to specify that a test is related to a specific feature. More... | |
| class | FeatureDiscoverer |
| Discovers the traits for the FeatureAttribute. More... | |
| class | IntegrationTestAttribute |
| Attribute to specify that a test is an integration test. More... | |
| class | IntegrationTestDiscoverer |
| Discovers the traits for the IntegrationTestAttribute. More... | |
| class | KnownBugAttribute |
| For failing tests relating to known bugs that should not fail a build. More... | |
| class | KnownBugDiscoverer |
| Discovers the traits for the KnownBugAttribute. More... | |
| class | LocalTestAttribute |
| For tests that should only be executed locally and excluded from automated pipeline runs. More... | |
| class | LocalTestDiscoverer |
| Discovers the traits for the LocalTestAttribute. More... | |
| class | SnapshotTestAttribute |
| Attribute to mark a test as a snapshot test. More... | |
| class | SnapshotTestDiscoverer |
| Discovers the traits for the SnapshotTestAttribute. More... | |
| class | SpecificationAttribute |
| Attribute to mark a test as a specification test. More... | |
| class | SpecificationDiscoverer |
| Discovers the traits for the SpecificationAttribute. More... | |
| class | SystemTestAttribute |
| Attribute to mark a test as a system test. More... | |
| class | SystemTestDiscoverer |
| Discovers the traits for the SystemTestAttribute. More... | |
| class | TestCaseAttribute |
| For annotating tests that relate to a specific Test Case. More... | |
| class | TestCaseDiscoverer |
| Discovers the traits for the TestCaseAttribute. More... | |
| class | UnitTestAttribute |
| Attribute to mark a test as a unit test. More... | |
| class | UnitTestDiscoverer |
| Discovers the traits for the UnitTestAttribute. More... | |
| class | UserStoryAttribute |
| Attribute to mark a test as related to a user story. More... | |
| class | UserStoryDiscoverer |
| Discovers the traits for the UserStoryAttribute. More... | |
| class | WorkItemAttribute |
| For annotating tests that relate to a specific work item, not necessarily a bug. More... | |
| class | WorkItemDiscoverer |
| Discovers the traits for the WorkItemAttribute. More... | |