Class TestRunnerOptions


  • public class TestRunnerOptions
    extends Object
    Holds the various possible options of TestRunner
    Author:
    pesse
    • Field Detail

      • coverageSchemes

        public final List<String> coverageSchemes
      • sourceFiles

        public final List<String> sourceFiles
      • includeObjects

        public final List<String> includeObjects
      • excludeObjects

        public final List<String> excludeObjects
      • includeSchemaExpr

        public String includeSchemaExpr
      • excludeSchemaExpr

        public String excludeSchemaExpr
      • includeObjectExpr

        public String includeObjectExpr
      • excludeObjectExpr

        public String excludeObjectExpr
      • colorConsole

        public boolean colorConsole
      • failOnErrors

        public boolean failOnErrors
      • skipCompatibilityCheck

        public boolean skipCompatibilityCheck
      • clientCharacterSet

        public String clientCharacterSet
      • randomTestOrder

        public boolean randomTestOrder
      • randomTestOrderSeed

        public Integer randomTestOrderSeed
      • oraStuckTimeout

        public Integer oraStuckTimeout
    • Constructor Detail

      • TestRunnerOptions

        public TestRunnerOptions()
    • Method Detail

      • getTagsAsString

        public String getTagsAsString()