IGLib  1.7.2
The IGLib base library EXTENDED - with other lilbraries and applications.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
NUnit.Framework.Internal.GenericTestMethodTests Class Reference

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
 

Member Function Documentation

void NUnit.Framework.Internal.GenericTestMethodTests.TestCase_OneTypeParameterOnTwoArgs< T > ( x,
y,
string  label 
)
inline
void NUnit.Framework.Internal.GenericTestMethodTests.TestCase_IncompatibleArgsAreNotRunnable ( )
inline
void NUnit.Framework.Internal.GenericTestMethodTests.TestCase_TwoTypeParameters< T1, T2 > ( T1  x,
T2  y,
string  label 
)
inline
void NUnit.Framework.Internal.GenericTestMethodTests.TestCase_TwoTypeParameters_Reversed< T1, T2 > ( T2  x,
T1  y,
string  label 
)
inline
void NUnit.Framework.Internal.GenericTestMethodTests.TestCaseSource_OneTypeParameterOnTwoArgs< T > ( x,
y,
string  label 
)
inline
void NUnit.Framework.Internal.GenericTestMethodTests.TestCaseSource_IncompatibleArgsAreNotRunnable ( )
inline
void NUnit.Framework.Internal.GenericTestMethodTests.TestCaseSource_TwoTypeParameters< T1, T2 > ( T1  x,
T2  y,
string  label 
)
inline
void NUnit.Framework.Internal.GenericTestMethodTests.Combinatorial_OneTypeParameterOnTwoArgs< T > ( [Values(5, 5.0)] T  x,
[Values(2.0, 2)] T  y 
)
inline
void NUnit.Framework.Internal.GenericTestMethodTests.Combinatorial_TwoTypeParameters< T1, T2 > ( [Values(5, 5.0)] T1  x,
[Values(2.0, 2)] T2  y 
)
inline
void NUnit.Framework.Internal.GenericTestMethodTests.Combinatorial_IncompatibleArgsAreNotRunnable ( )
inline

Member Data Documentation

readonly object [] NUnit.Framework.Internal.GenericTestMethodTests.Source
staticprivate
Initial value:
= new object[] {
new object[] { 5, 2, "ABC" },
new object[] { 5.0, 2.0, "ABC" },
new object[] { 5, 2.0, "ABC" },
new object[] { 5.0, 2L, "ABC" }
}

The documentation for this class was generated from the following file: