IGLib
1.7.2
The IGLib base library EXTENDED - with other lilbraries and applications.
|
Public Member Functions | |
void | TestCase_OneTypeParameterOnTwoArgs< T > (T x, T y, string label) |
void | TestCase_IncompatibleArgsAreNotRunnable () |
void | TestCase_TwoTypeParameters< T1, T2 > (T1 x, T2 y, string label) |
void | TestCase_TwoTypeParameters_Reversed< T1, T2 > (T2 x, T1 y, string label) |
void | TestCaseSource_OneTypeParameterOnTwoArgs< T > (T x, T y, string label) |
void | TestCaseSource_IncompatibleArgsAreNotRunnable () |
void | TestCaseSource_TwoTypeParameters< T1, T2 > (T1 x, T2 y, string label) |
void | Combinatorial_OneTypeParameterOnTwoArgs< T > ([Values(5, 5.0)] T x, [Values(2.0, 2)] T y) |
void | Combinatorial_TwoTypeParameters< T1, T2 > ([Values(5, 5.0)] T1 x, [Values(2.0, 2)] T2 y) |
void | Combinatorial_IncompatibleArgsAreNotRunnable () |
Static Private Attributes | |
static readonly object[] | Source |
|
inline |
References NUnit.Framework.Assert.AreEqual().
|
inline |
|
inline |
References NUnit.Framework.Assert.AreEqual().
|
inline |
References NUnit.Framework.Assert.AreEqual().
|
inline |
References NUnit.Framework.Assert.AreEqual().
|
inline |
|
inline |
References NUnit.Framework.Assert.AreEqual().
|
inline |
References NUnit.Framework.Assert.AreEqual().
|
inline |
References NUnit.Framework.Assert.AreEqual().
|
inline |
|
staticprivate |