Logger logs harness seed and test execution keys in hex representation.

This commit is contained in:
Markus Kauppila 2011-07-25 19:33:32 +03:00
parent 279a841b64
commit 46f39ab285
12 changed files with 71 additions and 32 deletions

View file

@ -54,6 +54,18 @@ int RandomInteger();
int RandomPositiveInteger();
/*!
* todo add markup
*/
int RandomUint8BoundaryValue();
/*!
* todo add markup
*/
int RandomInt8BoundaryValue();
/*!
* Returns integer in range [min, max]. Min and max
* value can be negative values as long as min is smaller than max.
@ -90,18 +102,6 @@ char *RandomAsciiString();
char *RandomAsciiStringWithMaximumLength(int maxLength);
/*!
* todo add markup
*/
int RandomUint8BoundaryValue();
/*!
* todo add markup
*/
int RandomInt8BoundaryValue();
/*!
* Generates execution key (used for random seed) for a test
*