C# 클래스 Xunit.SkipException

The exception to throw to register a skipped test.
상속: System.Exception
파일 보기 프로젝트 열기: AArnott/Xunit.SkippableFact

공개 메소드들

메소드 설명
SkipException ( string reason ) : System

Initializes a new instance of the SkipException class.

메소드 상세

SkipException() 공개 메소드

Initializes a new instance of the SkipException class.
public SkipException ( string reason ) : System
reason string The reason the test is skipped.
리턴 System