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.TestData.RandomAttributeTests.RandomAttributeFixture Class Reference

Public Types

enum  TestEnum { TestEnum.A, TestEnum.B, TestEnum.C }
 

Public Member Functions

void RandomInt ([Random(COUNT)] int x)
 
void RandomInt_IntRange ([Random(7, 47, COUNT)] int x)
 
void RandomUInt ([Random(COUNT)] uint x)
 
void RandomUInt_UIntRange ([Random(7u, 47u, COUNT)] uint x)
 
void RandomShort ([Random(COUNT)] short x)
 
void RandomShort_ShortRange ([Random((short) 7,(short) 47, COUNT)] short x)
 
void RandomShort_IntRange ([Random(7, 47, COUNT)] short x)
 
void RandomUShort ([Random(COUNT)] ushort x)
 
void RandomUShort_UShortRange ([Random((ushort) 7,(ushort) 47, COUNT)] ushort x)
 
void RandomUShort_IntRange ([Random(7, 47, COUNT)] ushort x)
 
void RandomLong ([Random(COUNT)] long x)
 
void RandomLong_LongRange ([Random(7L, 47L, COUNT)] long x)
 
void RandomULong ([Random(COUNT)] ulong x)
 
void RandomULong_ULongRange ([Random(7ul, 47ul, COUNT)] ulong x)
 
void RandomDouble ([Random(COUNT)] double x)
 
void RandomDouble_DoubleRange ([Random(7.0d, 47.0d, COUNT)] double x)
 
void RandomFloat ([Random(COUNT)] float x)
 
void RandomFloat_FloatRange ([Random(7.0f, 47.0f, COUNT)] float x)
 
void RandomEnum ([Random(COUNT)] TestEnum x)
 
void RandomDecimal ([Random(COUNT)] decimal x)
 
void RandomDecimal_IntRange ([Random(7, 47, COUNT)] decimal x)
 
void RandomDecimal_DoubleRange ([Random(7.0, 47.0, COUNT)] decimal x)
 
void RandomByte ([Random(COUNT)] byte x)
 
void RandomByte_ByteRange ([Random((byte) 7,(byte) 47, COUNT)] byte x)
 
void RandomByte_IntRange ([Random(7, 47, COUNT)] byte x)
 
void RandomSByte ([Random(COUNT)] sbyte x)
 
void RandomSByte_SByteRange ([Random((sbyte) 7,(sbyte) 47, COUNT)] sbyte x)
 
void RandomSByte_IntRange ([Random(7, 47, COUNT)] sbyte x)
 

Public Attributes

const int COUNT = 3
 

Member Enumeration Documentation

Member Function Documentation

void NUnit.TestData.RandomAttributeTests.RandomAttributeFixture.RandomInt ( [Random(COUNT)] int  x)
inline
void NUnit.TestData.RandomAttributeTests.RandomAttributeFixture.RandomInt_IntRange ( [Random(7, 47, COUNT)] int  x)
inline
void NUnit.TestData.RandomAttributeTests.RandomAttributeFixture.RandomUInt ( [Random(COUNT)] uint  x)
inline
void NUnit.TestData.RandomAttributeTests.RandomAttributeFixture.RandomUInt_UIntRange ( [Random(7u, 47u, COUNT)] uint  x)
inline
void NUnit.TestData.RandomAttributeTests.RandomAttributeFixture.RandomShort ( [Random(COUNT)] short  x)
inline
void NUnit.TestData.RandomAttributeTests.RandomAttributeFixture.RandomShort_ShortRange ( [Random((short)7, (short)47, COUNT)] short  x)
inline
void NUnit.TestData.RandomAttributeTests.RandomAttributeFixture.RandomShort_IntRange ( [Random(7, 47, COUNT)] short  x)
inline
void NUnit.TestData.RandomAttributeTests.RandomAttributeFixture.RandomUShort ( [Random(COUNT)] ushort  x)
inline
void NUnit.TestData.RandomAttributeTests.RandomAttributeFixture.RandomUShort_UShortRange ( [Random((ushort)7, (ushort)47, COUNT)] ushort  x)
inline
void NUnit.TestData.RandomAttributeTests.RandomAttributeFixture.RandomUShort_IntRange ( [Random(7, 47, COUNT)] ushort  x)
inline
void NUnit.TestData.RandomAttributeTests.RandomAttributeFixture.RandomLong ( [Random(COUNT)] long  x)
inline
void NUnit.TestData.RandomAttributeTests.RandomAttributeFixture.RandomLong_LongRange ( [Random(7L, 47L, COUNT)] long  x)
inline
void NUnit.TestData.RandomAttributeTests.RandomAttributeFixture.RandomULong ( [Random(COUNT)] ulong  x)
inline
void NUnit.TestData.RandomAttributeTests.RandomAttributeFixture.RandomULong_ULongRange ( [Random(7ul, 47ul, COUNT)] ulong  x)
inline
void NUnit.TestData.RandomAttributeTests.RandomAttributeFixture.RandomDouble ( [Random(COUNT)] double  x)
inline
void NUnit.TestData.RandomAttributeTests.RandomAttributeFixture.RandomDouble_DoubleRange ( [Random(7.0d, 47.0d, COUNT)] double  x)
inline
void NUnit.TestData.RandomAttributeTests.RandomAttributeFixture.RandomFloat ( [Random(COUNT)] float  x)
inline
void NUnit.TestData.RandomAttributeTests.RandomAttributeFixture.RandomFloat_FloatRange ( [Random(7.0f, 47.0f, COUNT)] float  x)
inline
void NUnit.TestData.RandomAttributeTests.RandomAttributeFixture.RandomEnum ( [Random(COUNT)] TestEnum  x)
inline
void NUnit.TestData.RandomAttributeTests.RandomAttributeFixture.RandomDecimal ( [Random(COUNT)] decimal  x)
inline
void NUnit.TestData.RandomAttributeTests.RandomAttributeFixture.RandomDecimal_IntRange ( [Random(7, 47, COUNT)] decimal  x)
inline
void NUnit.TestData.RandomAttributeTests.RandomAttributeFixture.RandomDecimal_DoubleRange ( [Random(7.0, 47.0, COUNT)] decimal  x)
inline
void NUnit.TestData.RandomAttributeTests.RandomAttributeFixture.RandomByte ( [Random(COUNT)] byte  x)
inline
void NUnit.TestData.RandomAttributeTests.RandomAttributeFixture.RandomByte_ByteRange ( [Random((byte)7, (byte)47, COUNT)] byte  x)
inline
void NUnit.TestData.RandomAttributeTests.RandomAttributeFixture.RandomByte_IntRange ( [Random(7, 47, COUNT)] byte  x)
inline
void NUnit.TestData.RandomAttributeTests.RandomAttributeFixture.RandomSByte ( [Random(COUNT)] sbyte  x)
inline
void NUnit.TestData.RandomAttributeTests.RandomAttributeFixture.RandomSByte_SByteRange ( [Random((sbyte)7, (sbyte)47, COUNT)] sbyte  x)
inline
void NUnit.TestData.RandomAttributeTests.RandomAttributeFixture.RandomSByte_IntRange ( [Random(7, 47, COUNT)] sbyte  x)
inline

Member Data Documentation

const int NUnit.TestData.RandomAttributeTests.RandomAttributeFixture.COUNT = 3

The documentation for this class was generated from the following file: