|
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) |
|
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 > |
( |
T |
x | ) |
|
|
inlineprivate |
void NUnit.Framework.Internal.GenericMethodHelperTests.MethodWithOneTypeAndTwoParameters< T > |
( |
T |
x, |
|
|
T |
y |
|
) |
| |
|
inlineprivate |
void NUnit.Framework.Internal.GenericMethodHelperTests.MethodWithOneTypeAndThreeParameters< T > |
( |
T |
x, |
|
|
T |
y, |
|
|
T |
z |
|
) |
| |
|
inlineprivate |
void NUnit.Framework.Internal.GenericMethodHelperTests.MethodWithTwoTypesAndTwoParameters< T, U > |
( |
T |
x, |
|
|
U |
y |
|
) |
| |
|
inlineprivate |
void NUnit.Framework.Internal.GenericMethodHelperTests.MethodWithTwoTypesAndTwoParameters_Reversed< T, U > |
( |
U |
x, |
|
|
T |
y |
|
) |
| |
|
inlineprivate |
void NUnit.Framework.Internal.GenericMethodHelperTests.MethodWithTwoTypesAndThreeParameters< T, U > |
( |
T |
x, |
|
|
U |
y, |
|
|
T |
z |
|
) |
| |
|
inlineprivate |
void NUnit.Framework.Internal.GenericMethodHelperTests.MethodWithTwoTypesAndFourParameters< T, U > |
( |
U |
q, |
|
|
T |
x, |
|
|
U |
y, |
|
|
T |
z |
|
) |
| |
|
inlineprivate |
void NUnit.Framework.Internal.GenericMethodHelperTests.MethodWithThreeTypes_Order123< T, U, V > |
( |
T |
x, |
|
|
U |
y, |
|
|
V |
z |
|
) |
| |
|
inlineprivate |
void NUnit.Framework.Internal.GenericMethodHelperTests.MethodWithThreeTypes_Order132< T, U, V > |
( |
T |
x, |
|
|
V |
y, |
|
|
U |
z |
|
) |
| |
|
inlineprivate |
void NUnit.Framework.Internal.GenericMethodHelperTests.MethodWithThreeTypes_Order321< T, U, V > |
( |
V |
x, |
|
|
U |
y, |
|
|
T |
z |
|
) |
| |
|
inlineprivate |
void NUnit.Framework.Internal.GenericMethodHelperTests.MethodWithThreeTypes_Order213< T, U, V > |
( |
U |
x, |
|
|
T |
y, |
|
|
V |
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 > |
( |
T |
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 |
TestCaseData [] NUnit.Framework.Internal.GenericMethodHelperTests.TypeArgData |
|
staticprivate |
The documentation for this class was generated from the following file: