C# Class FluentSpec.ObjectFactory

Show file Open project: msuarz/fluentspec

Public Methods

Method Description
Call ( MethodInfo MethodInfo ) : Call
CallFrom ( Call AnotherCall ) : Call
ClassInterceptor ( TestProcessor Processor ) : TestObjectInterceptor
InterfaceInterceptor ( TestProcessor Processor ) : TestObjectInterceptor
Method ( MethodInfo MethodInfo ) : Call
Property ( MethodInfo MethodInfo ) : Call

Method Details

Call() public static method

public static Call ( MethodInfo MethodInfo ) : Call
MethodInfo System.Reflection.MethodInfo
return Call

CallFrom() public static method

public static CallFrom ( Call AnotherCall ) : Call
AnotherCall Call
return Call

ClassInterceptor() public static method

public static ClassInterceptor ( TestProcessor Processor ) : TestObjectInterceptor
Processor TestProcessor
return TestObjectInterceptor

InterfaceInterceptor() public static method

public static InterfaceInterceptor ( TestProcessor Processor ) : TestObjectInterceptor
Processor TestProcessor
return TestObjectInterceptor

Method() public static method

public static Method ( MethodInfo MethodInfo ) : Call
MethodInfo System.Reflection.MethodInfo
return Call

Property() public static method

public static Property ( MethodInfo MethodInfo ) : Call
MethodInfo System.Reflection.MethodInfo
return Call