Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
Xunit
SkipException
C# Class Xunit.SkipException
The exception to throw to register a skipped test.
Inheritance:
System.Exception
Show file
Open project: AArnott/Xunit.SkippableFact
Public Methods
Method
Description
SkipException
(
string
reason
) :
System
Initializes a new instance of the
SkipException
class.
Method Details
SkipException()
public
method
Initializes a new instance of the
SkipException
class.
public
SkipException
(
string
reason
) :
System
reason
string
The reason the test is skipped.
return
System