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

Public Member Functions

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

Member Function Documentation

override long NUnit.Framework.RandomAttribute.LongDataSource.GetNext ( )
inlineprotectedvirtual
override long NUnit.Framework.RandomAttribute.LongDataSource.GetNext ( long  min,
long  max 
)
inlineprotected

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