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.RandomAttribute.ByteDataSource Class Reference
+ Inheritance diagram for NUnit.Framework.RandomAttribute.ByteDataSource:
+ Collaboration diagram for NUnit.Framework.RandomAttribute.ByteDataSource:

Public Member Functions

 ByteDataSource (int count)
 
 ByteDataSource (byte min, byte max, int count)
 
- Public Member Functions inherited from NUnit.Framework.RandomAttribute.RandomDataSource< T >
override IEnumerable GetData (IParameterInfo parameter)
 Gets an enumeration of data items for use as arguments for a test method parameter. More...
 

Protected Member Functions

override byte GetNext ()
 
override byte GetNext (byte min, byte max)
 
- Protected Member Functions inherited from NUnit.Framework.RandomAttribute.RandomDataSource< T >
 RandomDataSource (int count)
 
 RandomDataSource (T min, T max, int count)
 
abstract T GetNext (T min, T max)
 

Additional Inherited Members

- Protected Attributes inherited from NUnit.Framework.RandomAttribute.RandomDataSource< T >
Randomizer _randomizer
 
- Properties inherited from NUnit.Framework.RandomAttribute.RandomDataSource
Type DataType [get, protected set]
 

Constructor & Destructor Documentation

NUnit.Framework.RandomAttribute.ByteDataSource.ByteDataSource ( int  count)
inline
NUnit.Framework.RandomAttribute.ByteDataSource.ByteDataSource ( byte  min,
byte  max,
int  count 
)
inline

Member Function Documentation

override byte NUnit.Framework.RandomAttribute.ByteDataSource.GetNext ( )
inlineprotectedvirtual
override byte NUnit.Framework.RandomAttribute.ByteDataSource.GetNext ( byte  min,
byte  max 
)
inlineprotected

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