Uses of Class
org.utplsql.api.reporter.Reporter
-
Packages that use Reporter Package Description org.utplsql.api org.utplsql.api.compatibility org.utplsql.api.outputBuffer org.utplsql.api.reporter -
-
Uses of Reporter in org.utplsql.api
Fields in org.utplsql.api with type parameters of type Reporter Modifier and Type Field Description List<Reporter>TestRunnerOptions. reporterListMethods in org.utplsql.api with parameters of type Reporter Modifier and Type Method Description TestRunnerTestRunner. addReporter(Reporter reporter)Method parameters in org.utplsql.api with type arguments of type Reporter Modifier and Type Method Description TestRunnerTestRunner. addReporterList(List<Reporter> reporterList) -
Uses of Reporter in org.utplsql.api.compatibility
Methods in org.utplsql.api.compatibility with parameters of type Reporter Modifier and Type Method Description OutputBufferCompatibilityProxy. getOutputBuffer(Reporter reporter, Connection conn)Returns an OutputBuffer compatible with the current framework -
Uses of Reporter in org.utplsql.api.outputBuffer
Methods in org.utplsql.api.outputBuffer that return Reporter Modifier and Type Method Description ReporterOutputBuffer. getReporter()Methods in org.utplsql.api.outputBuffer with parameters of type Reporter Modifier and Type Method Description static OutputBufferOutputBufferProvider. getCompatibleOutputBuffer(Version databaseVersion, Reporter reporter, Connection conn)Returns an OutputBuffer compatible with the given databaseVersion If we are at 3.1.0 or greater, returns an OutputBuffer based upon the information whether the Reporter has Output or not -
Uses of Reporter in org.utplsql.api.reporter
Subclasses of Reporter in org.utplsql.api.reporter Modifier and Type Class Description classCoverageHTMLReporterclassDefaultReporterThis is a basic Reporter implementation, using ORAData interfaceclassDocumentationReporterFields in org.utplsql.api.reporter with type parameters of type Reporter Modifier and Type Field Description BiFunction<String,Object[],? extends Reporter>ReporterFactory.ReporterFactoryMethodInfo. factoryMethodMethods in org.utplsql.api.reporter that return Reporter Modifier and Type Method Description ReporterReporterFactory. createReporter(String reporterName)Returns a new reporter of the given name (or should do so).ReporterReporterFactory. createReporter(String reporterName, Object[] attributes)Returns a new reporter of the given name.ReporterReporter. init(Connection con)ReporterReporter. init(Connection con, CompatibilityProxy compatibilityProxy, ReporterFactory reporterFactory)Method parameters in org.utplsql.api.reporter with type arguments of type Reporter Modifier and Type Method Description ReporterFactory.ReporterFactoryMethodInfoReporterFactory. registerReporterFactoryMethod(String reporterName, BiFunction<String,Object[],? extends Reporter> factoryMethod, String description)Registers a creation method for a specified reporter name.Constructor parameters in org.utplsql.api.reporter with type arguments of type Reporter Constructor Description ReporterFactoryMethodInfo(BiFunction<String,Object[],? extends Reporter> factoryMethod, String description)
-