C# 클래스 Cone.CustomMethodExpectFeature.MyIntegerMethodExpectProvider

상속: IMethodExpectProvider
파일 보기 프로젝트 열기: drunkcod/Cone

공개 메소드들

메소드 설명
GetExpectation ( Expression body, MethodInfo method, object target, object args ) : IExpect
GetSupportedMethods ( ) : IEnumerable

메소드 상세

GetExpectation() 공개 메소드

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

GetSupportedMethods() 공개 메소드

public GetSupportedMethods ( ) : IEnumerable
리턴 IEnumerable