C# Class QuickCheck.Internal.ReflectionTestable

Exibir arquivo Open project: jystic/quickcheck-net Class Usage Examples

Public Methods

Method Description
Testable ( object test ) : ITestable
Testable ( object instance, MethodInfo method ) : ITestable

Private Methods

Method Description
IsTestable ( Type type ) : bool
SingleParamCtors ( Type type ) : IEnumerable
TestablesLookup ( ) : Type>.Dictionary

Method Details

Testable() public static method

public static Testable ( object test ) : ITestable
test object
return ITestable

Testable() public static method

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