C# Class PclUnit.Style.Xunit.Exceptions.ThrowsException

Inheritance: AssertActualExpectedException
Afficher le fichier Open project: jbtule/PclUnit

Méthodes publiques

Méthode Description
ThrowsException ( Type expectedType ) : System

Creates a new instance of the ThrowsException class. Call this constructor when no exception was thrown.

Méthodes protégées

Méthode Description
ThrowsException ( Type expected, string actual, string actualMessage, string stackTrace ) : System

THIS CONSTRUCTOR IS FOR UNIT TESTING PURPOSES ONLY.

Private Methods

Méthode Description
ThrowsException ( Type expectedType, Exception actual ) : System

Method Details

ThrowsException() public méthode

Creates a new instance of the ThrowsException class. Call this constructor when no exception was thrown.
public ThrowsException ( Type expectedType ) : System
expectedType System.Type The type of the exception that was expected
Résultat System

ThrowsException() protected méthode

THIS CONSTRUCTOR IS FOR UNIT TESTING PURPOSES ONLY.
protected ThrowsException ( Type expected, string actual, string actualMessage, string stackTrace ) : System
expected System.Type
actual string
actualMessage string
stackTrace string
Résultat System