Uses of Class
org.utplsql.api.TestRunnerOptions
-
Packages that use TestRunnerOptions Package Description org.utplsql.api org.utplsql.api.compatibility org.utplsql.api.testRunner -
-
Uses of TestRunnerOptions in org.utplsql.api
Methods in org.utplsql.api that return TestRunnerOptions Modifier and Type Method Description TestRunnerOptionsTestRunner. getOptions() -
Uses of TestRunnerOptions in org.utplsql.api.compatibility
Methods in org.utplsql.api.compatibility with parameters of type TestRunnerOptions Modifier and Type Method Description TestRunnerStatementCompatibilityProxy. getTestRunnerStatement(TestRunnerOptions options, Connection conn)Returns a TestRunnerStatement compatible with the current framework -
Uses of TestRunnerOptions in org.utplsql.api.testRunner
Methods in org.utplsql.api.testRunner with parameters of type TestRunnerOptions Modifier and Type Method Description static DynamicTestRunnerStatementDynamicTestRunnerStatement. forVersion(Version version, Connection connection, TestRunnerOptions options, CallableStatement statement)static TestRunnerStatementTestRunnerStatementProvider. getCompatibleTestRunnerStatement(Version databaseVersion, TestRunnerOptions options, Connection conn)Returns the TestRunnerStatement-implementation compatible with the given databaseVersion.
-