Uses of Class
org.utplsql.api.reporter.ReporterFactory
-
Packages that use ReporterFactory Package Description org.utplsql.api org.utplsql.api.reporter org.utplsql.api.reporter.inspect -
-
Uses of ReporterFactory in org.utplsql.api
Methods in org.utplsql.api with parameters of type ReporterFactory Modifier and Type Method Description TestRunnerTestRunner. setReporterFactory(ReporterFactory reporterFactory) -
Uses of ReporterFactory in org.utplsql.api.reporter
Methods in org.utplsql.api.reporter that return ReporterFactory Modifier and Type Method Description static ReporterFactoryReporterFactory. createDefault(CompatibilityProxy proxy)Returns a new instance of a ReporterFactory with the default ReporterFactoryMethods registered.static ReporterFactoryReporterFactory. createEmpty()Returns a new instance of an empty ReporterFactory with no registered ReporterFactoryMethods Normally, you should be using createDefault-method instead.Methods in org.utplsql.api.reporter with parameters of type ReporterFactory Modifier and Type Method Description ReporterReporter. init(Connection con, CompatibilityProxy compatibilityProxy, ReporterFactory reporterFactory) -
Uses of ReporterFactory in org.utplsql.api.reporter.inspect
Methods in org.utplsql.api.reporter.inspect with parameters of type ReporterFactory Modifier and Type Method Description static ReporterInspectorReporterInspector. create(ReporterFactory reporterFactory, Connection conn)Returns a new instance of a ReporterInspector, based on the utPLSQL version used in the connection
-