C# Class Cone.CustomMethodExpectFeature.MyIntegerMethodExpectProvider

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

Méthodes publiques

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

Method Details

GetExpectation() public méthode

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

GetSupportedMethods() public méthode

public GetSupportedMethods ( ) : IEnumerable
Résultat IEnumerable