public final class TestBaseContext
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
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.