Class StdTestScript

java.lang.Object
com.sun.javatest.Script
com.sun.javatest.lib.StdTestScript

public class StdTestScript extends Script
A Script to compile/execute a standard test.
  • Field Details

    • UNKNOWN

      public static final int UNKNOWN
      An integer signifying that the execution mode is unknown.
      See Also:
    • CERTIFY

      public static final int CERTIFY
      An integer signifying that the execution mode is to perform a certification run, executing precompiled classes.
      See Also:
    • PRECOMPILE

      public static final int PRECOMPILE
      An integer signifying that the execution mode is to precompile but not otherwise execute the tests.
      See Also:
    • DEVELOPER

      public static final int DEVELOPER
      An integer signifying that the execution mode is to compile and execute the tests.
      See Also:
  • Constructor Details

    • StdTestScript

      public StdTestScript()
  • Method Details