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

Public Member Functions

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

Member Function Documentation

override float NUnit.Framework.RandomAttribute.FloatDataSource.GetNext ( )
inlineprotectedvirtual
override float NUnit.Framework.RandomAttribute.FloatDataSource.GetNext ( float  min,
float  max 
)
inlineprotected

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