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

de.dagere.kopeme.paralleltests.MethodExecution Maven / Gradle / Ivy

package de.dagere.kopeme.paralleltests;

import de.dagere.kopeme.datacollection.TestResult;

public interface MethodExecution {
	public void executeMethod(TestResult tr);
	public int getCallCount();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy