Method | Description | |
---|---|---|
Data ( object instance ) : |
||
Diff ( object a, object b ) : |
||
Show ( object instance ) : string | ||
Testable ( object test ) : ITestable | ||
Testable ( object instance, |
public static Data ( object instance ) : |
||
instance | object | |
return |
public static Diff ( object a, object b ) : |
||
a | object | |
b | object | |
return |
public static Show ( object instance ) : string | ||
instance | object | |
return | string |
public static Testable ( object test ) : ITestable | ||
test | object | |
return | ITestable |
public static Testable ( object instance, |
||
instance | object | |
method | ||
return | ITestable |