C# Class FluentAssert.ExceptionConfiguration

ファイルを表示 Open project: mvbalaw/FluentAssert Class Usage Examples

Public Methods

Method Description
CaughtExpectedException ( ) : void
ExceptionConfiguration ( ) : System
ExceptionConfiguration ( Type expectedExceptionType ) : System
ExceptionConfiguration ( Type expectedExceptionType, string expectedExceptionMessage ) : System

Method Details

CaughtExpectedException() public method

public CaughtExpectedException ( ) : void
return void

ExceptionConfiguration() public method

public ExceptionConfiguration ( ) : System
return System

ExceptionConfiguration() public method

public ExceptionConfiguration ( Type expectedExceptionType ) : System
expectedExceptionType System.Type
return System

ExceptionConfiguration() public method

public ExceptionConfiguration ( Type expectedExceptionType, string expectedExceptionMessage ) : System
expectedExceptionType System.Type
expectedExceptionMessage string
return System