io.vertx.ext.unit.report.ReporterFactory Maven / Gradle / Ivy
package io.vertx.ext.unit.report;
import io.vertx.core.Vertx;
/**
* @author Julien Viet
*/
public interface ReporterFactory {
Reporter reporter(Vertx vertx, ReportOptions options);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy