C# Class Cone.Expectations.StringMethodExpect

Inheritance: MemberMethodExpect
Afficher le fichier Open project: drunkcod/Cone

Méthodes publiques

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

Method Details

FormatExpected() public méthode

public FormatExpected ( IFormatter formatter ) : string
formatter IFormatter
Résultat string

StringMethodExpect() public méthode

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
Résultat System