C# Class Cone.Expectations.StringMethodsProvider

Inheritance: IMethodExpectProvider
Exibir arquivo Open project: drunkcod/Cone

Public Methods

Method Description
GetExpectation ( Expression body, MethodInfo method, object target, object args ) : IExpect
GetSupportedMethods ( ) : IEnumerable
StringMethodsProvider ( ) : System

Method Details

GetExpectation() public method

public GetExpectation ( Expression body, MethodInfo method, object target, object args ) : IExpect
body System.Linq.Expressions.Expression
method System.Reflection.MethodInfo
target object
args object
return IExpect

GetSupportedMethods() public method

public GetSupportedMethods ( ) : IEnumerable
return IEnumerable

StringMethodsProvider() public method

public StringMethodsProvider ( ) : System
return System