C# 클래스 Cone.Expectations.StringEqualExpect

상속: EqualExpect
파일 보기 프로젝트 열기: drunkcod/Cone 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Center ( string input, int position, int width ) : string
FormatMessage ( IFormatter formatter ) : string
StringEqualExpect ( BinaryExpression body, string actual, string expected ) : System

메소드 상세

Center() 공개 정적인 메소드

public static Center ( string input, int position, int width ) : string
input string
position int
width int
리턴 string

FormatMessage() 공개 메소드

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

StringEqualExpect() 공개 메소드

public StringEqualExpect ( BinaryExpression body, string actual, string expected ) : System
body System.Linq.Expressions.BinaryExpression
actual string
expected string
리턴 System