Method | Description | |
---|---|---|
BuildDataList ( ) : void |
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 |