Class TestBaseContext


  • public final class TestBaseContext
    extends java.lang.Object
    The TestBaseContext class contains constants that specify attributes of the query context.
    • Field Summary

      Fields 
      Modifier and Type Field 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.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • PROCESSOR

        public static final java.lang.String PROCESSOR
        The PROCESSOR attribute specifies the name of the microprocessor design being tested.
        See Also:
        Constant Field Values
      • INSTRUCTION

        public static final java.lang.String INSTRUCTION
        The INSTRUCTION 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
        The TESTCASE 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
        The 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.
        See Also:
        Constant Field Values