C# Class Dev2.Activities.Specs.Toolbox.Utility.Random.RandomSteps

Inheritance: Dev2.Activities.Specs.BaseTypes.RecordSetBases
Datei anzeigen Open project: Warewolf-ESB/Warewolf

Protected Methods

Method Description
BuildDataList ( ) : void

Private Methods

Method Description
GivenIHaveALengthAs ( string length ) : void
GivenIHaveARangeFromTo ( string rangeFrom, string rangeTo ) : void
GivenIHaveATypeAs ( string randomType ) : void
ThenTheRandomValueWillBe ( string value ) : void
ThenTheRandomValueWillBeBetweenAndInclusive ( Decimal from, Decimal to ) : void
ThenTheResultFromTheRandomToolShouldBeOfTheSameTypeAs ( string type ) : void
ThenTheResultFromTheRandomToolShouldBeOfTypeWithALengthOf ( string type, int length ) : void
WhenTheRandomToolIsExecuted ( ) : void

Method Details

BuildDataList() protected method

protected BuildDataList ( ) : void
return void