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