C# Class FluentAssert.ExceptionConfiguration

Afficher le fichier Open project: mvbalaw/FluentAssert Class Usage Examples

Méthodes publiques

Méthode Description
CaughtExpectedException ( ) : void
ExceptionConfiguration ( ) : System
ExceptionConfiguration ( Type expectedExceptionType ) : System
ExceptionConfiguration ( Type expectedExceptionType, string expectedExceptionMessage ) : System

Method Details

CaughtExpectedException() public méthode

public CaughtExpectedException ( ) : void
Résultat void

ExceptionConfiguration() public méthode

public ExceptionConfiguration ( ) : System
Résultat System

ExceptionConfiguration() public méthode

public ExceptionConfiguration ( Type expectedExceptionType ) : System
expectedExceptionType System.Type
Résultat System

ExceptionConfiguration() public méthode

public ExceptionConfiguration ( Type expectedExceptionType, string expectedExceptionMessage ) : System
expectedExceptionType System.Type
expectedExceptionMessage string
Résultat System