C# 클래스 Cone.Expectations.StringMethodExpect

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

공개 메소드들

메소드 설명
FormatExpected ( IFormatter formatter ) : string
StringMethodExpect ( MethodDisplay methodDisplay, Expression body, MethodInfo method, object target, object arguments ) : System

메소드 상세

FormatExpected() 공개 메소드

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

StringMethodExpect() 공개 메소드

public StringMethodExpect ( MethodDisplay methodDisplay, Expression body, MethodInfo method, object target, object arguments ) : System
methodDisplay MethodDisplay
body System.Linq.Expressions.Expression
method System.Reflection.MethodInfo
target object
arguments object
리턴 System