Package org.utplsql.api
Class TestRunnerOptions
- java.lang.Object
-
- org.utplsql.api.TestRunnerOptions
-
public class TestRunnerOptions extends Object
Holds the various possible options of TestRunner- Author:
- pesse
-
-
Field Summary
Fields Modifier and Type Field Description StringclientCharacterSetbooleancolorConsoleList<String>coverageSchemesStringexcludeObjectExprList<String>excludeObjectsStringexcludeSchemaExprbooleanfailOnErrorsStringincludeObjectExprList<String>includeObjectsStringincludeSchemaExprIntegeroraStuckTimeoutList<String>pathListbooleanrandomTestOrderIntegerrandomTestOrderSeedList<Reporter>reporterListbooleanskipCompatibilityCheckList<String>sourceFilesFileMapperOptionssourceMappingOptionsSet<String>tagsList<String>testFilesFileMapperOptionstestMappingOptions
-
Constructor Summary
Constructors Constructor Description TestRunnerOptions()
-
-
-
Field Detail
-
includeSchemaExpr
public String includeSchemaExpr
-
excludeSchemaExpr
public String excludeSchemaExpr
-
includeObjectExpr
public String includeObjectExpr
-
excludeObjectExpr
public String excludeObjectExpr
-
colorConsole
public boolean colorConsole
-
sourceMappingOptions
public FileMapperOptions sourceMappingOptions
-
testMappingOptions
public FileMapperOptions testMappingOptions
-
failOnErrors
public boolean failOnErrors
-
skipCompatibilityCheck
public boolean skipCompatibilityCheck
-
clientCharacterSet
public String clientCharacterSet
-
randomTestOrder
public boolean randomTestOrder
-
randomTestOrderSeed
public Integer randomTestOrderSeed
-
oraStuckTimeout
public Integer oraStuckTimeout
-
-
Method Detail
-
getTagsAsString
public String getTagsAsString()
-
-