void NUnit.Framework.Attributes.ValuesAttributeTests.ValuesAttributeProvidesSpecifiedValues |
( |
| ) |
|
|
inline |
void NUnit.Framework.Attributes.ValuesAttributeTests.MethodWithValues |
( |
[Values(1, 2, 3)] int |
x | ) |
|
|
inlineprivate |
void NUnit.Framework.Attributes.ValuesAttributeTests.CanConvertSmallIntsToShort |
( |
[Values(5)] short |
x | ) |
|
|
inline |
void NUnit.Framework.Attributes.ValuesAttributeTests.CanConvertSmallIntsToByte |
( |
[Values(5)] byte |
x | ) |
|
|
inline |
void NUnit.Framework.Attributes.ValuesAttributeTests.CanConvertSmallIntsToSByte |
( |
[Values(5)] sbyte |
x | ) |
|
|
inline |
void NUnit.Framework.Attributes.ValuesAttributeTests.CanConvertIntToDecimal |
( |
[Values(12)] decimal |
x | ) |
|
|
inline |
void NUnit.Framework.Attributes.ValuesAttributeTests.CanConvertDoubleToDecimal |
( |
[Values(12.5)] decimal |
x | ) |
|
|
inline |
void NUnit.Framework.Attributes.ValuesAttributeTests.CanConvertStringToDecimal |
( |
[Values("12.5")] decimal |
x | ) |
|
|
inline |
void NUnit.Framework.Attributes.ValuesAttributeTests.CheckValues |
( |
string |
methodName, |
|
|
params object[] |
expected |
|
) |
| |
|
inlineprivate |
The documentation for this class was generated from the following file: