1 instantiation of SkipException
xunit.assert (1)
Sdk\Exceptions\SkipException.cs (1)
32 new SkipException(
5 references to SkipException
xunit.assert (5)
Sdk\Exceptions\SkipException.cs (2)
27 /// Creates a new instance of the <see cref="SkipException"/> class to be thrown 31 public static SkipException ForSkip(string message) =>
SkipAsserts.cs (3)
29 throw SkipException.ForSkip(reason); 49 throw SkipException.ForSkip(reason); 69 throw SkipException.ForSkip(reason);