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

Public Member Functions

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

Member Function Documentation

override double NUnit.Framework.RandomAttribute.DoubleDataSource.GetNext ( )
inlineprotectedvirtual
override double NUnit.Framework.RandomAttribute.DoubleDataSource.GetNext ( double  min,
double  max 
)
inlineprotected

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