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.RangeAttributeTests Member List

This is the complete list of members for NUnit.Framework.Attributes.RangeAttributeTests, including all inherited members.

CanConvertDoubleRangeToDecimal()NUnit.Framework.Attributes.RangeAttributeTestsinline
CanConvertIntRangeToByte()NUnit.Framework.Attributes.RangeAttributeTestsinline
CanConvertIntRangeToDecimal()NUnit.Framework.Attributes.RangeAttributeTestsinline
CanConvertIntRangeToSByte()NUnit.Framework.Attributes.RangeAttributeTestsinline
CanConvertIntRangeToShort()NUnit.Framework.Attributes.RangeAttributeTestsinline
CheckValues(string methodName, params object[] expected)NUnit.Framework.Attributes.RangeAttributeTestsinlineprivate
CheckValuesWithinTolerance(string methodName, params object[] expected)NUnit.Framework.Attributes.RangeAttributeTestsinlineprivate
DoubleRangeAndNegativeStep()NUnit.Framework.Attributes.RangeAttributeTestsinline
DoubleRangeAndNegativeStep_Reversed()NUnit.Framework.Attributes.RangeAttributeTestsinline
DoubleRangeAndStep()NUnit.Framework.Attributes.RangeAttributeTestsinline
DoubleRangeAndStep_Reversed()NUnit.Framework.Attributes.RangeAttributeTestsinline
DoubleRangeAndZeroStep()NUnit.Framework.Attributes.RangeAttributeTestsinline
FloatRangeAndNegativeStep()NUnit.Framework.Attributes.RangeAttributeTestsinline
FloatRangeAndNegativeStep_Reversed()NUnit.Framework.Attributes.RangeAttributeTestsinline
FloatRangeAndStep()NUnit.Framework.Attributes.RangeAttributeTestsinline
FloatRangeAndStep_Reversed()NUnit.Framework.Attributes.RangeAttributeTestsinline
FloatRangeAndZeroStep()NUnit.Framework.Attributes.RangeAttributeTestsinline
IntRange()NUnit.Framework.Attributes.RangeAttributeTestsinline
IntRange_FromEqualsTo()NUnit.Framework.Attributes.RangeAttributeTestsinline
IntRange_Reversed()NUnit.Framework.Attributes.RangeAttributeTestsinline
IntRangeAndNegativeStep()NUnit.Framework.Attributes.RangeAttributeTestsinline
IntRangeAndNegativeStep_Reversed()NUnit.Framework.Attributes.RangeAttributeTestsinline
IntRangeAndStep()NUnit.Framework.Attributes.RangeAttributeTestsinline
IntRangeAndStep_Reversed()NUnit.Framework.Attributes.RangeAttributeTestsinline
IntRangeAndZeroStep()NUnit.Framework.Attributes.RangeAttributeTestsinline
LongRange()NUnit.Framework.Attributes.RangeAttributeTestsinline
LongRange_FromEqualsTo()NUnit.Framework.Attributes.RangeAttributeTestsinline
LongRange_Reversed()NUnit.Framework.Attributes.RangeAttributeTestsinline
LongRangeAndNegativeStep()NUnit.Framework.Attributes.RangeAttributeTestsinline
LongRangeAndNegativeStep_Reversed()NUnit.Framework.Attributes.RangeAttributeTestsinline
LongRangeAndStep()NUnit.Framework.Attributes.RangeAttributeTestsinline
LongRangeAndStep_Reversed()NUnit.Framework.Attributes.RangeAttributeTestsinline
LongRangeAndZeroStep()NUnit.Framework.Attributes.RangeAttributeTestsinline
MethodWithDoubleRangeAndDecimalArgument([Range(1.0, 1.21, 0.1)] decimal x)NUnit.Framework.Attributes.RangeAttributeTestsinlineprivate
MethodWithDoubleRangeAndNegativeStep([Range(0.7, 1.2,-0.2)] double x)NUnit.Framework.Attributes.RangeAttributeTestsinlineprivate
MethodWithDoubleRangeAndNegativeStep_Reversed([Range(1.2, 0.7,-0.2)] double x)NUnit.Framework.Attributes.RangeAttributeTestsinlineprivate
MethodWithDoubleRangeAndStep([Range(0.7, 1.2, 0.2)] double x)NUnit.Framework.Attributes.RangeAttributeTestsinlineprivate
MethodWithDoubleRangeAndStep_Reversed([Range(1.2, 0.7, 0.2)] double x)NUnit.Framework.Attributes.RangeAttributeTestsinlineprivate
MethodWithDoubleRangeAndZeroStep([Range(0.7, 1.2, 0.0)] double x)NUnit.Framework.Attributes.RangeAttributeTestsinlineprivate
MethodWithFloatRangeAndNegativeStep([Range(0.7f, 1.2f,-0.2f)] float x)NUnit.Framework.Attributes.RangeAttributeTestsinlineprivate
MethodWithFloatRangeAndNegativeStep_Reversed([Range(1.2f, 0.7,-0.2f)] float x)NUnit.Framework.Attributes.RangeAttributeTestsinlineprivate
MethodWithFloatRangeAndStep([Range(0.7f, 1.2f, 0.2f)] float x)NUnit.Framework.Attributes.RangeAttributeTestsinlineprivate
MethodWithFloatRangeAndStep_Reversed([Range(1.2f, 0.7, 0.2f)] float x)NUnit.Framework.Attributes.RangeAttributeTestsinlineprivate
MethodWithFloatRangeAndZeroStep([Range(0.7f, 1.2f, 0.0f)] float x)NUnit.Framework.Attributes.RangeAttributeTestsinlineprivate
MethodWithIntRange([Range(11, 15)] int x)NUnit.Framework.Attributes.RangeAttributeTestsinlineprivate
MethodWithIntRange_FromEqualsTo([Range(11, 11)] int x)NUnit.Framework.Attributes.RangeAttributeTestsinlineprivate
MethodWithIntRange_Reversed([Range(15, 11)] int x)NUnit.Framework.Attributes.RangeAttributeTestsinlineprivate
MethodWithIntRangeAndByteArgument([Range(1, 3)] byte x)NUnit.Framework.Attributes.RangeAttributeTestsinlineprivate
MethodWithIntRangeAndDecimalArgument([Range(1, 3)] decimal x)NUnit.Framework.Attributes.RangeAttributeTestsinlineprivate
MethodWithIntRangeAndNegativeStep([Range(11, 15,-2)] int x)NUnit.Framework.Attributes.RangeAttributeTestsinlineprivate
MethodWithIntRangeAndNegativeStep_Reversed([Range(15, 11,-2)] int x)NUnit.Framework.Attributes.RangeAttributeTestsinlineprivate
MethodWithIntRangeAndSByteArgument([Range(1, 3)] sbyte x)NUnit.Framework.Attributes.RangeAttributeTestsinlineprivate
MethodWithIntRangeAndShortArgument([Range(1, 3)] short x)NUnit.Framework.Attributes.RangeAttributeTestsinlineprivate
MethodWithIntRangeAndStep([Range(11, 15, 2)] int x)NUnit.Framework.Attributes.RangeAttributeTestsinlineprivate
MethodWithIntRangeAndStep_Reversed([Range(15, 11, 2)] int x)NUnit.Framework.Attributes.RangeAttributeTestsinlineprivate
MethodWithIntRangeAndZeroStep([Range(11, 15, 0)] int x)NUnit.Framework.Attributes.RangeAttributeTestsinlineprivate
MethodWithLongRange([Range(11L, 15L)] long x)NUnit.Framework.Attributes.RangeAttributeTestsinlineprivate
MethodWithLongRange_FromEqualsTo([Range(11L, 11L)] long x)NUnit.Framework.Attributes.RangeAttributeTestsinlineprivate
MethodWithLongRange_Reversed([Range(15L, 11L)] long x)NUnit.Framework.Attributes.RangeAttributeTestsinlineprivate
MethodWithLongRangeAndNegativeStep([Range(11L, 15L,-2L)] long x)NUnit.Framework.Attributes.RangeAttributeTestsinlineprivate
MethodWithLongRangeAndNegativeStep_Reversed([Range(15L, 11L,-2L)] long x)NUnit.Framework.Attributes.RangeAttributeTestsinlineprivate
MethodWithLongRangeAndStep([Range(11L, 15L, 2)] long x)NUnit.Framework.Attributes.RangeAttributeTestsinlineprivate
MethodWithLongRangeAndStep_Reversed([Range(15L, 11L, 2L)] long x)NUnit.Framework.Attributes.RangeAttributeTestsinlineprivate
MethodWithLongRangeAndZeroStep([Range(11L, 15L, 0L)] long x)NUnit.Framework.Attributes.RangeAttributeTestsinlineprivate
MethodWithUintRange([Range(11u, 15u)] uint x)NUnit.Framework.Attributes.RangeAttributeTestsinlineprivate
MethodWithUintRange_FromEqualsTo([Range(11u, 11u)] uint x)NUnit.Framework.Attributes.RangeAttributeTestsinlineprivate
MethodWithUintRange_Reversed([Range(15u, 11u)] uint x)NUnit.Framework.Attributes.RangeAttributeTestsinlineprivate
MethodWithUintRangeAndStep([Range(11u, 15u, 2u)] uint x)NUnit.Framework.Attributes.RangeAttributeTestsinlineprivate
MethodWithUintRangeAndStep_Reversed([Range(15u, 11u, 2u)] uint x)NUnit.Framework.Attributes.RangeAttributeTestsinlineprivate
MethodWithUintRangeAndZeroStep([Range(11u, 15u, 0u)] uint x)NUnit.Framework.Attributes.RangeAttributeTestsinlineprivate
MethodWithUlongRange([Range(11ul, 15ul)] ulong x)NUnit.Framework.Attributes.RangeAttributeTestsinlineprivate
MethodWithUlongRange_FromEqualsTo([Range(11ul, 11ul)] ulong x)NUnit.Framework.Attributes.RangeAttributeTestsinlineprivate
MethodWithUlongRange_Reversed([Range(15ul, 11ul)] ulong x)NUnit.Framework.Attributes.RangeAttributeTestsinlineprivate
MethodWithUlongRangeAndStep([Range(11ul, 15ul, 2ul)] ulong x)NUnit.Framework.Attributes.RangeAttributeTestsinlineprivate
MethodWithUlongRangeAndStep_Reversed([Range(15ul, 11ul, 2ul)] ulong x)NUnit.Framework.Attributes.RangeAttributeTestsinlineprivate
MethodWithUlongRangeAndZeroStep([Range(11ul, 15ul, 0ul)] ulong x)NUnit.Framework.Attributes.RangeAttributeTestsinlineprivate
UintRange()NUnit.Framework.Attributes.RangeAttributeTestsinline
UintRange_FromEqualsTo()NUnit.Framework.Attributes.RangeAttributeTestsinline
UintRange_Reversed()NUnit.Framework.Attributes.RangeAttributeTestsinline
UintRangeAndStep()NUnit.Framework.Attributes.RangeAttributeTestsinline
UintRangeAndStep_Reversed()NUnit.Framework.Attributes.RangeAttributeTestsinline
UintRangeAndZeroStep()NUnit.Framework.Attributes.RangeAttributeTestsinline
UlongRange()NUnit.Framework.Attributes.RangeAttributeTestsinline
UlongRange_FromEqualsTo()NUnit.Framework.Attributes.RangeAttributeTestsinline
UlongRange_Reversed()NUnit.Framework.Attributes.RangeAttributeTestsinline
UlongRangeAndStep()NUnit.Framework.Attributes.RangeAttributeTestsinline
UlongRangeAndStep_Reversed()NUnit.Framework.Attributes.RangeAttributeTestsinline
UlongRangeAndZeroStep()NUnit.Framework.Attributes.RangeAttributeTestsinline