Returns a generator of random values.
Namespace:
MbUnit.FrameworkAssembly: MbUnit (in MbUnit.dll) Version: 3.2.0.0 (3.2.528.0)
Syntax
| C# |
|---|
protected abstract IGenerator GetGenerator( IPatternScope scope ) |
| Visual Basic (Declaration) |
|---|
Protected MustOverride Function GetGenerator ( _ scope As IPatternScope _ ) As IGenerator |
Parameters
- scope
- Type: Gallio.Framework.Pattern..::.IPatternScope
The containing scope.
