C# 클래스 Parsley.AssertionException

상속: System.Exception
파일 보기 프로젝트 열기: plioi/parsley

공개 메소드들

메소드 설명
AssertionException ( object expected, object actual ) : System
AssertionException ( string message, object expected, object actual ) : System

비공개 메소드들

메소드 설명
ExpectationDetails ( object expected, object actual ) : string

메소드 상세

AssertionException() 공개 메소드

public AssertionException ( object expected, object actual ) : System
expected object
actual object
리턴 System

AssertionException() 공개 메소드

public AssertionException ( string message, object expected, object actual ) : System
message string
expected object
actual object
리턴 System