IGLib
1.7.2
The IGLib base library EXTENDED - with other lilbraries and applications.
|
Public Member Functions | |
EnumDataSource (int count) | |
override IEnumerable | GetData (IParameterInfo parameter) |
Gets an enumeration of data items for use as arguments for a test method parameter. More... | |
Private Attributes | |
int | _count |
Additional Inherited Members | |
![]() | |
Type | DataType [get, protected set] |
|
inline |
|
inlinevirtual |
Gets an enumeration of data items for use as arguments for a test method parameter.
parameter | The parameter for which data is needed |
Implements NUnit.Framework.RandomAttribute.RandomDataSource.
References NUnit.Framework.Internal.Randomizer.GetRandomizer(), NUnit.Framework.Internal.Randomizer.NextEnum(), NUnit.Framework.Interfaces.IParameterInfo.ParameterInfo, and NUnit.Framework.Interfaces.IParameterInfo.ParameterType.
|
private |