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

org.etlunit.TestResults Maven / Gradle / Ivy

package org.etlunit;

import java.util.List;

public interface TestResults
{
	TestResultMetrics getMetrics();

	List getResultsByClass();

	void reset();

	int getNumTestsSelected();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy