C# Class QuickCheck.Internal.Reflection

Afficher le fichier Open project: jystic/quickcheck-net

Méthodes publiques

Méthode Description
Data ( object instance ) : Data
Diff ( object a, object b ) : DataDiff
Show ( object instance ) : string
Testable ( object test ) : ITestable
Testable ( object instance, MethodInfo method ) : ITestable

Method Details

Data() public static méthode

public static Data ( object instance ) : Data
instance object
Résultat Data

Diff() public static méthode

public static Diff ( object a, object b ) : DataDiff
a object
b object
Résultat DataDiff

Show() public static méthode

public static Show ( object instance ) : string
instance object
Résultat string

Testable() public static méthode

public static Testable ( object test ) : ITestable
test object
Résultat ITestable

Testable() public static méthode

public static Testable ( object instance, MethodInfo method ) : ITestable
instance object
method System.Reflection.MethodInfo
Résultat ITestable