IGLib
1.7.2
The IGLib base library EXTENDED - with other lilbraries and applications.
|
Public Member Functions | |
void | TestAttribute_NoArgs_Runnable () |
void | TestAttribute_WithArgs_NotRunnable () |
void | TestCaseAttribute_NoArgs_NotRunnable () |
void | TestCaseAttribute_RightArgs_Runnable () |
void | TestCaseAttribute_WrongArgs_NotRunnable () |
void | TestCaseSourceAttribute_NoArgs_NotRunnable () |
void | TestCaseSourceAttribute_RightArgs_Runnable () |
void | TestCaseSourceAttribute_WrongArgs_NotRunnable () |
void | TheoryAttribute_NoArgs_NoCases () |
void | TheoryAttribute_WithArgs_Runnable () |
void | CombinatorialAttribute_NoArgs_NoCases () |
void | CombinatorialAttribute_WithArgs_Runnable () |
void | PairwiseAttribute_NoArgs_NoCases () |
void | PairwiseAttribute_WithArgs_Runnable () |
void | SequentialAttribute_NoArgs_NoCases () |
void | SequentialAttribute_WithArgs_Runnable () |
Static Public Member Functions | |
static void | MethodWithoutArgs () |
static void | MethodWithIntArgs (int x, int y) |
static void | MethodWithIntValues ([Values(1, 2, 3)]int x, [Values(10, 20)]int y) |
Private Member Functions | |
IMethodInfo | GetMethod (string methodName) |
Private Attributes | |
int[] | ints = new int[] { 1, 2, 3 } |
Static Private Attributes | |
static object[] | GoodData |
static object[] | BadData |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inlineprivate |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
staticprivate |
|
staticprivate |
|
private |