C# Class FluentAssert.Exceptions.ShouldThrowExceptionAssertionException

Inheritance: AssertionException
Mostrar archivo Open project: mvbalaw/FluentAssert

Public Methods

Method Description
CreateMessage ( Type type, Exception actualException ) : string
ShouldThrowExceptionAssertionException ( Type type ) : System
ShouldThrowExceptionAssertionException ( Type expectedType, Exception actualException ) : System
ShouldThrowExceptionAssertionException ( string errorMessage ) : System

Protected Methods

Method Description
ShouldThrowExceptionAssertionException ( SerializationInfo info, StreamingContext context ) : System

Method Details

CreateMessage() public static method

public static CreateMessage ( Type type, Exception actualException ) : string
type System.Type
actualException System.Exception
return string

ShouldThrowExceptionAssertionException() protected method

protected ShouldThrowExceptionAssertionException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
return System

ShouldThrowExceptionAssertionException() public method

public ShouldThrowExceptionAssertionException ( Type type ) : System
type System.Type
return System

ShouldThrowExceptionAssertionException() public method

public ShouldThrowExceptionAssertionException ( Type expectedType, Exception actualException ) : System
expectedType System.Type
actualException System.Exception
return System

ShouldThrowExceptionAssertionException() public method

public ShouldThrowExceptionAssertionException ( string errorMessage ) : System
errorMessage string
return System