public final class TestBaseContext
extends java.lang.Object
TestBaseContext
class contains constants that specify attributes
of the query context.Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COUNT
The
COUNT attribute specifies the number of times the query is sent to TestBase. |
static java.lang.String |
INSTRUCTION
The
INSTRUCTION attribute specifies the name of the instruction for which the test data
is to be generated. |
static java.lang.String |
PROCESSOR
The
PROCESSOR attribute specifies the name of the microprocessor design being tested. |
static java.lang.String |
TESTCASE
The
TESTCASE attribute specifies the identifier of the test case for which the test
data is to be generated. |
public static final java.lang.String PROCESSOR
PROCESSOR
attribute specifies the name of the microprocessor design being tested.public static final java.lang.String INSTRUCTION
INSTRUCTION
attribute specifies the name of the instruction for which the test data
is to be generated.public static final java.lang.String TESTCASE
TESTCASE
attribute specifies the identifier of the test case for which the test
data is to be generated.public static final java.lang.String COUNT
COUNT
attribute specifies the number of times the query is sent to TestBase.
This is required when test data for the same instruction are generated in a loop.