C# 클래스 FluentAssert.ExceptionConfiguration

파일 보기 프로젝트 열기: mvbalaw/FluentAssert 1 사용 예제들

공개 메소드들

메소드 설명
CaughtExpectedException ( ) : void
ExceptionConfiguration ( ) : System
ExceptionConfiguration ( Type expectedExceptionType ) : System
ExceptionConfiguration ( Type expectedExceptionType, string expectedExceptionMessage ) : System

메소드 상세

CaughtExpectedException() 공개 메소드

public CaughtExpectedException ( ) : void
리턴 void

ExceptionConfiguration() 공개 메소드

public ExceptionConfiguration ( ) : System
리턴 System

ExceptionConfiguration() 공개 메소드

public ExceptionConfiguration ( Type expectedExceptionType ) : System
expectedExceptionType System.Type
리턴 System

ExceptionConfiguration() 공개 메소드

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