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

Public Member Functions

 ULongDataSource (int count)
 
 ULongDataSource (ulong min, ulong 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 ulong GetNext ()
 
override ulong GetNext (ulong min, ulong 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.ULongDataSource.ULongDataSource ( int  count)
inline
NUnit.Framework.RandomAttribute.ULongDataSource.ULongDataSource ( ulong  min,
ulong  max,
int  count 
)
inline

Member Function Documentation

override ulong NUnit.Framework.RandomAttribute.ULongDataSource.GetNext ( )
inlineprotectedvirtual
override ulong NUnit.Framework.RandomAttribute.ULongDataSource.GetNext ( ulong  min,
ulong  max 
)
inlineprotected

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