Generator of random String objects based on a regular expression filter mask.

Namespace:  Gallio.Framework.Data.Generation
Assembly:  Gallio (in Gallio.dll) Version: 3.3.0.0 (3.3.610.0)

Syntax

C#
public abstract class RandomStringGenerator : RandomGenerator<string>
Visual Basic (Declaration)
Public MustInherit Class RandomStringGenerator _
	Inherits RandomGenerator(Of String)

Inheritance Hierarchy

System..::.Object
  Gallio.Framework.Data.Generation..::.Generator<(Of <(String>)>)
    Gallio.Framework.Data.Generation..::.RandomGenerator<(Of <(String>)>)
      Gallio.Framework.Data.Generation..::.RandomStringGenerator
        Gallio.Framework.Data.Generation..::.RandomRegexLiteStringGenerator
        Gallio.Framework.Data.Generation..::.RandomStockStringGenerator

See Also