Logger logs harness seed and test execution keys in hex representation.
This commit is contained in:
parent
279a841b64
commit
46f39ab285
12 changed files with 71 additions and 32 deletions
|
@ -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
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue