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.Core.Tests.Generic.SimpleGenericMethods Class Reference

Public Member Functions

void GenericTestMethodWithOneTypeParameter< T > (T x, T y, string label)
 
void GenericTestMethodWithTwoTypeParameters< T1, T2 > (T1 x, T2 y, string label)
 
void GenericTestMethodWithTwoTypeParameters_Reversed< T1, T2 > (T2 x, T1 y, string label)
 

Member Function Documentation

void NUnit.Core.Tests.Generic.SimpleGenericMethods.GenericTestMethodWithOneTypeParameter< T > ( x,
y,
string  label 
)
inline
void NUnit.Core.Tests.Generic.SimpleGenericMethods.GenericTestMethodWithTwoTypeParameters< T1, T2 > ( T1  x,
T2  y,
string  label 
)
inline
void NUnit.Core.Tests.Generic.SimpleGenericMethods.GenericTestMethodWithTwoTypeParameters_Reversed< T1, T2 > ( T2  x,
T1  y,
string  label 
)
inline

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