C# Class Cone.Expectations.StringMethodExpect

Inheritance: MemberMethodExpect
显示文件 Open project: drunkcod/Cone

Public Methods

Method Description
FormatExpected ( IFormatter formatter ) : string
StringMethodExpect ( MethodDisplay methodDisplay, Expression body, MethodInfo method, object target, object arguments ) : System

Method Details

FormatExpected() public method

public FormatExpected ( IFormatter formatter ) : string
formatter IFormatter
return string

StringMethodExpect() public method

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
return System