Property SkipTestWithoutData
- Namespace
- Xunit
- Assembly
- xunit.v3.core.dll
SkipTestWithoutData
Gets a flag which indicates whether the test should be skipped (rather than failed) for a lack of data.
public bool SkipTestWithoutData { get; set; }
Gets a flag which indicates whether the test should be skipped (rather than failed) for a lack of data.
public bool SkipTestWithoutData { get; set; }