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.GenericMethodHelperTests Class Reference
+ Collaboration diagram for NUnit.Framework.Internal.GenericMethodHelperTests:

Public Member Functions

void GetTypeArgumentsForMethodTests (string methodName, object[] args, Type[] typeArgs)
 

Private Member Functions

void MethodWithOneTypeAndOneParameter< T > (T x)
 
void MethodWithOneTypeAndTwoParameters< T > (T x, T y)
 
void MethodWithOneTypeAndThreeParameters< T > (T x, T y, T z)
 
void MethodWithTwoTypesAndTwoParameters< T, U > (T x, U y)
 
void MethodWithTwoTypesAndTwoParameters_Reversed< T, U > (U x, T y)
 
void MethodWithTwoTypesAndThreeParameters< T, U > (T x, U y, T z)
 
void MethodWithTwoTypesAndFourParameters< T, U > (U q, T x, U y, T z)
 
void MethodWithThreeTypes_Order123< T, U, V > (T x, U y, V z)
 
void MethodWithThreeTypes_Order132< T, U, V > (T x, V y, U z)
 
void MethodWithThreeTypes_Order321< T, U, V > (V x, U y, T z)
 
void MethodWithThreeTypes_Order213< T, U, V > (U x, T y, V z)
 
void MethodWithGenericListOfType< T > (List< T > c)
 
void MethodWithGenericListOfLists< T > (List< List< T >> c)
 
void MethodWithGenericEnumerableOfType< T > (IEnumerable< T > c)
 
void MethodWithGenericEnumerableOfTypeAsSecondArg< T, U > (T x, IEnumerable< U > c)
 
void MethodTakingDictionary< T, U > (Dictionary< T, U > d)
 
void MethodWithNestedTypes< T, U, V > (List< Dictionary< T, U >> x, Dictionary< U, List< V >> z)
 

Static Private Member Functions

static object[] ArgList (params object[] args)
 
static Type[] TypeArgs< T > ()
 
static Type[] TypeArgs< T1, T2 > ()
 
static Type[] TypeArgs< T1, T2, T3 > ()
 

Static Private Attributes

static TestCaseData[] TypeArgData
 

Member Function Documentation

void NUnit.Framework.Internal.GenericMethodHelperTests.GetTypeArgumentsForMethodTests ( string  methodName,
object[]  args,
Type[]  typeArgs 
)
inline
static object [] NUnit.Framework.Internal.GenericMethodHelperTests.ArgList ( params object[]  args)
inlinestaticprivate
static Type [] NUnit.Framework.Internal.GenericMethodHelperTests.TypeArgs< T > ( )
inlinestaticprivate
static Type [] NUnit.Framework.Internal.GenericMethodHelperTests.TypeArgs< T1, T2 > ( )
inlinestaticprivate
static Type [] NUnit.Framework.Internal.GenericMethodHelperTests.TypeArgs< T1, T2, T3 > ( )
inlinestaticprivate
void NUnit.Framework.Internal.GenericMethodHelperTests.MethodWithOneTypeAndOneParameter< T > ( x)
inlineprivate
void NUnit.Framework.Internal.GenericMethodHelperTests.MethodWithOneTypeAndTwoParameters< T > ( x,
y 
)
inlineprivate
void NUnit.Framework.Internal.GenericMethodHelperTests.MethodWithOneTypeAndThreeParameters< T > ( x,
y,
z 
)
inlineprivate
void NUnit.Framework.Internal.GenericMethodHelperTests.MethodWithTwoTypesAndTwoParameters< T, U > ( x,
y 
)
inlineprivate
void NUnit.Framework.Internal.GenericMethodHelperTests.MethodWithTwoTypesAndTwoParameters_Reversed< T, U > ( x,
y 
)
inlineprivate
void NUnit.Framework.Internal.GenericMethodHelperTests.MethodWithTwoTypesAndThreeParameters< T, U > ( x,
y,
z 
)
inlineprivate
void NUnit.Framework.Internal.GenericMethodHelperTests.MethodWithTwoTypesAndFourParameters< T, U > ( q,
x,
y,
z 
)
inlineprivate
void NUnit.Framework.Internal.GenericMethodHelperTests.MethodWithThreeTypes_Order123< T, U, V > ( x,
y,
z 
)
inlineprivate
void NUnit.Framework.Internal.GenericMethodHelperTests.MethodWithThreeTypes_Order132< T, U, V > ( x,
y,
z 
)
inlineprivate
void NUnit.Framework.Internal.GenericMethodHelperTests.MethodWithThreeTypes_Order321< T, U, V > ( x,
y,
z 
)
inlineprivate
void NUnit.Framework.Internal.GenericMethodHelperTests.MethodWithThreeTypes_Order213< T, U, V > ( x,
y,
z 
)
inlineprivate
void NUnit.Framework.Internal.GenericMethodHelperTests.MethodWithGenericListOfType< T > ( List< T >  c)
inlineprivate
void NUnit.Framework.Internal.GenericMethodHelperTests.MethodWithGenericListOfLists< T > ( List< List< T >>  c)
inlineprivate
void NUnit.Framework.Internal.GenericMethodHelperTests.MethodWithGenericEnumerableOfType< T > ( IEnumerable< T >  c)
inlineprivate
void NUnit.Framework.Internal.GenericMethodHelperTests.MethodWithGenericEnumerableOfTypeAsSecondArg< T, U > ( x,
IEnumerable< U >  c 
)
inlineprivate
void NUnit.Framework.Internal.GenericMethodHelperTests.MethodTakingDictionary< T, U > ( Dictionary< T, U >  d)
inlineprivate
void NUnit.Framework.Internal.GenericMethodHelperTests.MethodWithNestedTypes< T, U, V > ( List< Dictionary< T, U >>  x,
Dictionary< U, List< V >>  z 
)
inlineprivate

Member Data Documentation

TestCaseData [] NUnit.Framework.Internal.GenericMethodHelperTests.TypeArgData
staticprivate

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