org.teiid.test.client
Interface TestProperties.RESULT_MODES

Enclosing class:
TestProperties

public static interface TestProperties.RESULT_MODES

All test options will produce the following basic information at the end of the test process:

  • how many queries were run
  • how many were successfull
  • how many errored
  • the execution time for each query
  • total time for all the tests to run

  • Field Summary
    static java.lang.String COMPARE
              COMPARE - will provide the following information, in addition to the basic information compare actual results with expected results and produce error files where expected results were not accomplished
    static java.lang.String GENERATE
              GENERATE - will provide the following information, in addition to the basic information will generate a new set of expected results files to the defined PROP_GENERATAE_DIR directory.
    static java.lang.String NONE
              NONE - will provide the basic information
     

    Field Detail

    NONE

    static final java.lang.String NONE
    NONE - will provide the basic information

    See Also:
    Constant Field Values

    COMPARE

    static final java.lang.String COMPARE
    COMPARE - will provide the following information, in addition to the basic information
  • compare actual results with expected results and produce error files where expected results were not accomplished
  • See Also:
    Constant Field Values

    GENERATE

    static final java.lang.String GENERATE
    GENERATE - will provide the following information, in addition to the basic information
  • will generate a new set of expected results files to the defined PROP_GENERATAE_DIR directory.

    See Also:
    Constant Field Values


  • Copyright © 2011. All Rights Reserved.