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

au.com.agic.apptesting.utils.JUnitReportMerge Maven / Gradle / Ivy

package au.com.agic.apptesting.utils;

import java.util.List;
import java.util.Optional;

import javax.validation.constraints.NotNull;

/**
 * A service that merges individual junit reports
 */
public interface JUnitReportMerge {

	/**
	 * @param reports A collection if junit reports
	 * @return A single, merged junit report
	 */
	Optional mergeReports(@NotNull final List reports);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy