Package ru.ispras.testbase
Class TestBaseContext
- java.lang.Object
-
- ru.ispras.testbase.TestBaseContext
-
public final class TestBaseContext extends java.lang.Object
TheTestBaseContext
class contains constants that specify attributes of the query context.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
COUNT
TheCOUNT
attribute specifies the number of times the query is sent to TestBase.static java.lang.String
INSTRUCTION
TheINSTRUCTION
attribute specifies the name of the instruction for which the test data is to be generated.static java.lang.String
PROCESSOR
ThePROCESSOR
attribute specifies the name of the microprocessor design being tested.static java.lang.String
TESTCASE
TheTESTCASE
attribute specifies the identifier of the test case for which the test data is to be generated.
-
-
-
Field Detail
-
PROCESSOR
public static final java.lang.String PROCESSOR
ThePROCESSOR
attribute specifies the name of the microprocessor design being tested.- See Also:
- Constant Field Values
-
INSTRUCTION
public static final java.lang.String INSTRUCTION
TheINSTRUCTION
attribute specifies the name of the instruction for which the test data is to be generated.- See Also:
- Constant Field Values
-
TESTCASE
public static final java.lang.String TESTCASE
TheTESTCASE
attribute specifies the identifier of the test case for which the test data is to be generated.- See Also:
- Constant Field Values
-
COUNT
public static final java.lang.String COUNT
TheCOUNT
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.- See Also:
- Constant Field Values
-
-