Uses of Interface
org.utplsql.api.testRunner.TestRunnerStatement
-
Packages that use TestRunnerStatement Package Description org.utplsql.api.compatibility org.utplsql.api.testRunner -
-
Uses of TestRunnerStatement in org.utplsql.api.compatibility
Methods in org.utplsql.api.compatibility that return TestRunnerStatement Modifier and Type Method Description TestRunnerStatementCompatibilityProxy. getTestRunnerStatement(TestRunnerOptions options, Connection conn)Returns a TestRunnerStatement compatible with the current framework -
Uses of TestRunnerStatement in org.utplsql.api.testRunner
Classes in org.utplsql.api.testRunner that implement TestRunnerStatement Modifier and Type Class Description classDynamicTestRunnerStatementMethods in org.utplsql.api.testRunner that return TestRunnerStatement Modifier and Type Method Description static TestRunnerStatementTestRunnerStatementProvider. getCompatibleTestRunnerStatement(Version databaseVersion, TestRunnerOptions options, Connection conn)Returns the TestRunnerStatement-implementation compatible with the given databaseVersion.
-