C# 클래스 FluentAssert.Exceptions.ShouldThrowExceptionAssertionException

상속: AssertionException
파일 보기 프로젝트 열기: mvbalaw/FluentAssert

공개 메소드들

메소드 설명
CreateMessage ( Type type, Exception actualException ) : string
ShouldThrowExceptionAssertionException ( Type type ) : System
ShouldThrowExceptionAssertionException ( Type expectedType, Exception actualException ) : System
ShouldThrowExceptionAssertionException ( string errorMessage ) : System

보호된 메소드들

메소드 설명
ShouldThrowExceptionAssertionException ( SerializationInfo info, StreamingContext context ) : System

메소드 상세

CreateMessage() 공개 정적인 메소드

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

ShouldThrowExceptionAssertionException() 보호된 메소드

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

ShouldThrowExceptionAssertionException() 공개 메소드

public ShouldThrowExceptionAssertionException ( Type type ) : System
type System.Type
리턴 System

ShouldThrowExceptionAssertionException() 공개 메소드

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

ShouldThrowExceptionAssertionException() 공개 메소드

public ShouldThrowExceptionAssertionException ( string errorMessage ) : System
errorMessage string
리턴 System