C# 클래스 Cone.Expectations.BooleanExpect

상속: IExpect
파일 보기 프로젝트 열기: drunkcod/Cone

보호된 프로퍼티들

프로퍼티 타입 설명
body Expression

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
BooleanExpect ( Expression body, IExpectValue actual ) : System
Check ( ) : CheckResult
FormatActual ( IFormatter formatter ) : string
FormatExpected ( IFormatter formatter ) : string
FormatExpression ( IFormatter formatter ) : string
FormatMessage ( IFormatter formatter ) : string

보호된 메소드들

메소드 설명
CheckCore ( ) : bool

메소드 상세

BooleanExpect() 공개 메소드

public BooleanExpect ( Expression body, IExpectValue actual ) : System
body System.Linq.Expressions.Expression
actual IExpectValue
리턴 System

Check() 공개 메소드

public Check ( ) : CheckResult
리턴 CheckResult

CheckCore() 보호된 메소드

protected CheckCore ( ) : bool
리턴 bool

FormatActual() 공개 메소드

public FormatActual ( IFormatter formatter ) : string
formatter IFormatter
리턴 string

FormatExpected() 공개 메소드

public FormatExpected ( IFormatter formatter ) : string
formatter IFormatter
리턴 string

FormatExpression() 공개 메소드

public FormatExpression ( IFormatter formatter ) : string
formatter IFormatter
리턴 string

FormatMessage() 공개 메소드

public FormatMessage ( IFormatter formatter ) : string
formatter IFormatter
리턴 string

프로퍼티 상세

body 보호되어 있는 프로퍼티

protected Expression body
리턴 Expression