C# Class XunitShould.Sdk.TrueException

Inheritance: XunitException
Afficher le fichier Open project: EddieGarmon/XunitShould

Méthodes publiques

Méthode Description
TrueException ( string userMessage ) : System.Diagnostics.CodeAnalysis

Creates a new instance of the TrueException class.

Method Details

TrueException() public méthode

Creates a new instance of the TrueException class.
public TrueException ( string userMessage ) : System.Diagnostics.CodeAnalysis
userMessage string The user message to be displayed, or null for the default message
Résultat System.Diagnostics.CodeAnalysis