C# Class Xunit.SkipException

The exception to throw to register a skipped test.
Inheritance: System.Exception
ファイルを表示 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