Uses of Class
org.utplsql.api.reporter.ReporterFactory.ReporterFactoryMethodInfo
-
Packages that use ReporterFactory.ReporterFactoryMethodInfo Package Description org.utplsql.api.reporter -
-
Uses of ReporterFactory.ReporterFactoryMethodInfo in org.utplsql.api.reporter
Methods in org.utplsql.api.reporter that return ReporterFactory.ReporterFactoryMethodInfo 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.ReporterFactory.ReporterFactoryMethodInfoReporterFactory. unregisterReporterFactoryMethod(String reporterName)Unregisters a specified reporter name.
-