C# Class Cone.CustomMethodExpectFeature.MyIntegerMethodExpectProvider

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

Public Methods

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

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