C# Class Xunit.SkipException

The exception to throw to register a skipped test.
Inheritance: System.Exception
Afficher le fichier Open project: AArnott/Xunit.SkippableFact

Méthodes publiques

Méthode Description
SkipException ( string reason ) : System

Initializes a new instance of the SkipException class.

Method Details

SkipException() public méthode

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