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.Attributes.ValuesAttributeTests Class Reference

Public Member Functions

void ValuesAttributeProvidesSpecifiedValues ()
 
void CanConvertSmallIntsToShort ([Values(5)]short x)
 
void CanConvertSmallIntsToByte ([Values(5)]byte x)
 
void CanConvertSmallIntsToSByte ([Values(5)]sbyte x)
 
void CanConvertIntToDecimal ([Values(12)]decimal x)
 
void CanConvertDoubleToDecimal ([Values(12.5)]decimal x)
 
void CanConvertStringToDecimal ([Values("12.5")]decimal x)
 

Private Member Functions

void MethodWithValues ([Values(1, 2, 3)] int x)
 
void CheckValues (string methodName, params object[] expected)
 

Member Function Documentation

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: