C# Class FluentAssert.Exceptions.ShouldThrowExceptionAssertionException

Inheritance: AssertionException
Afficher le fichier Open project: mvbalaw/FluentAssert

Méthodes publiques

Méthode Description
CreateMessage ( Type type, Exception actualException ) : string
ShouldThrowExceptionAssertionException ( Type type ) : System
ShouldThrowExceptionAssertionException ( Type expectedType, Exception actualException ) : System
ShouldThrowExceptionAssertionException ( string errorMessage ) : System

Méthodes protégées

Méthode Description
ShouldThrowExceptionAssertionException ( SerializationInfo info, StreamingContext context ) : System

Method Details

CreateMessage() public static méthode

public static CreateMessage ( Type type, Exception actualException ) : string
type System.Type
actualException System.Exception
Résultat string

ShouldThrowExceptionAssertionException() protected méthode

protected ShouldThrowExceptionAssertionException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
Résultat System

ShouldThrowExceptionAssertionException() public méthode

public ShouldThrowExceptionAssertionException ( Type type ) : System
type System.Type
Résultat System

ShouldThrowExceptionAssertionException() public méthode

public ShouldThrowExceptionAssertionException ( Type expectedType, Exception actualException ) : System
expectedType System.Type
actualException System.Exception
Résultat System

ShouldThrowExceptionAssertionException() public méthode

public ShouldThrowExceptionAssertionException ( string errorMessage ) : System
errorMessage string
Résultat System