Prokee Parameter Definitions
Jump to navigation
Jump to search
Standard Parameters
The following block can be used to define standard parameters with predefined parameter types.
<name of the block>:<type>
{
name="...";
desc="...";
direction="...";
}
- The
<name of the block>should be a unique name in global scope. - The
<type>should be one of the predefined Prokee Parameter Types. - The value for
namesets the name of the parameter. - A description can be given with
desc. - And
directionmay be set to the direction (if the parameter is used for input or output or both) of the parameter: Either "IN" or "OUT" or "IN/OUT" or the empty string.
Parameter Specification for Tests
test
{
<name of the test>
{
count="...";
input="...";
output="...";
cleanup="...";
}
}
Domain (Value Range) of Parameters
- ANY_BOOL
- ANY_CHAR
- ...