Cake.Testing.Xunit Namespace

Class Types

Class Summary
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.

Enum Types

Enum Summary
TestRuntime Represents the runtime environment for tests.