IGLib
1.7.2
The IGLib base library EXTENDED - with other lilbraries and applications.
|
This is the complete list of members for NUnit.Framework.Attributes.ValuesAttributeTests, including all inherited members.
CanConvertDoubleToDecimal([Values(12.5)]decimal x) | NUnit.Framework.Attributes.ValuesAttributeTests | inline |
CanConvertIntToDecimal([Values(12)]decimal x) | NUnit.Framework.Attributes.ValuesAttributeTests | inline |
CanConvertSmallIntsToByte([Values(5)]byte x) | NUnit.Framework.Attributes.ValuesAttributeTests | inline |
CanConvertSmallIntsToSByte([Values(5)]sbyte x) | NUnit.Framework.Attributes.ValuesAttributeTests | inline |
CanConvertSmallIntsToShort([Values(5)]short x) | NUnit.Framework.Attributes.ValuesAttributeTests | inline |
CanConvertStringToDecimal([Values("12.5")]decimal x) | NUnit.Framework.Attributes.ValuesAttributeTests | inline |
CheckValues(string methodName, params object[] expected) | NUnit.Framework.Attributes.ValuesAttributeTests | inlineprivate |
MethodWithValues([Values(1, 2, 3)] int x) | NUnit.Framework.Attributes.ValuesAttributeTests | inlineprivate |
ValuesAttributeProvidesSpecifiedValues() | NUnit.Framework.Attributes.ValuesAttributeTests | inline |