C# Class Foobricator.Tests.TestTools.TestDataRandomizer

Inheritance: IDataRandomizer, IDisposable
Show file Open project: geoffles/Foobricator Class Usage Examples

Public Methods

Method Description
DecimalChar ( ) : char
Dispose ( ) : void
LowerChar ( ) : char
RandomBool ( ) : bool
RandomDouble ( ) : double
RandomInt ( ) : int
TestDataRandomizer ( ) : System
UpperChar ( ) : char

Method Details

DecimalChar() public method

public DecimalChar ( ) : char
return char

Dispose() public method

public Dispose ( ) : void
return void

LowerChar() public method

public LowerChar ( ) : char
return char

RandomBool() public method

public RandomBool ( ) : bool
return bool

RandomDouble() public method

public RandomDouble ( ) : double
return double

RandomInt() public method

public RandomInt ( ) : int
return int

TestDataRandomizer() public method

public TestDataRandomizer ( ) : System
return System

UpperChar() public method

public UpperChar ( ) : char
return char