C# Класс Xunit.SkipException

The exception to throw to register a skipped test.
Наследование: System.Exception
Показать файл Открыть проект

Открытые методы

Метод Описание
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