Method SkipWhen
- Namespace
- Xunit
- Assembly
- xunit.v3.assert.dll
SkipWhen(bool, string)
Will skip the current test when condition evaluates to true.
public static void SkipWhen(bool condition, string reason)
Will skip the current test when condition evaluates to true.
public static void SkipWhen(bool condition, string reason)