C# Class Xunit.Record

Afficher le fichier Open project: staxmanade/StatLight Class Usage Examples

Méthodes publiques

Méthode Description
Exception ( Assert code ) : Exception

Records any exception which is thrown by the given code.

Method Details

Exception() public static méthode

Records any exception which is thrown by the given code.
public static Exception ( Assert code ) : Exception
code Assert The code which may thrown an exception.
Résultat System.Exception