C# 클래스 NSubstitute.Routing.AutoValues.AutoSubstituteProvider

상속: IAutoValueProvider
파일 보기 프로젝트 열기: nsubstitute/NSubstitute

공개 메소드들

메소드 설명
AutoSubstituteProvider ( ISubstituteFactory substituteFactory ) : System
CanProvideValueFor ( Type type ) : bool
GetValue ( Type type ) : object

비공개 메소드들

메소드 설명
HasParameterlessConstructor ( Type type ) : bool
IsCallableFromProxy ( MethodBase constructor ) : bool
IsOverridable ( MethodInfo methodInfo ) : bool
IsPureVirtualClassWithParameterlessConstructor ( Type type ) : bool
IsPureVirtualType ( Type type ) : bool
NotMethodFromObject ( MethodInfo methodInfo ) : bool
NotStaticMethod ( MethodInfo methodInfo ) : bool

메소드 상세

AutoSubstituteProvider() 공개 메소드

public AutoSubstituteProvider ( ISubstituteFactory substituteFactory ) : System
substituteFactory ISubstituteFactory
리턴 System

CanProvideValueFor() 공개 메소드

public CanProvideValueFor ( Type type ) : bool
type System.Type
리턴 bool

GetValue() 공개 메소드

public GetValue ( Type type ) : object
type System.Type
리턴 object