| NonWindowsFactAttribute |
Marks a test method as a fact that should only run on non-Windows platforms.
|
| NonWindowsTheoryAttribute |
Marks a test method as a theory that should only run on non-Windows platforms.
|
| PlatformRestrictedFactAttribute |
Base class for fact attributes that restrict execution to specific platforms.
|
| PlatformRestrictedTheoryAttribute |
Base class for theory attributes that restrict execution to specific platforms.
|
| WindowsFactAttribute |
Marks a test method as a fact that should only run on Windows platforms.
|
| WindowsTheoryAttribute |
Marks a test method as a theory that should only run on Windows platforms.
|