C# 클래스 QuickCheck.Internal.ReflectionTestable

파일 보기 프로젝트 열기: jystic/quickcheck-net 1 사용 예제들

공개 메소드들

메소드 설명
Testable ( object test ) : ITestable
Testable ( object instance, MethodInfo method ) : ITestable

비공개 메소드들

메소드 설명
IsTestable ( Type type ) : bool
SingleParamCtors ( Type type ) : IEnumerable
TestablesLookup ( ) : Type>.Dictionary

메소드 상세

Testable() 공개 정적인 메소드

public static Testable ( object test ) : ITestable
test object
리턴 ITestable

Testable() 공개 정적인 메소드

public static Testable ( object instance, MethodInfo method ) : ITestable
instance object
method System.Reflection.MethodInfo
리턴 ITestable