All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.noconnor.junitperf.reporting.ReportGenerator Maven / Gradle / Ivy

There is a newer version: 1.36.0
Show newest version
package com.github.noconnor.junitperf.reporting;

import java.util.Set;
import com.github.noconnor.junitperf.data.EvaluationContext;

public interface ReportGenerator {

  void generateReport(Set testContexts);

  String getReportPath();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy