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

net.jqwik.engine.TestEngineConfiguration Maven / Gradle / Ivy

There is a newer version: 1.9.1
Show newest version
package net.jqwik.engine;

import java.util.*;

import org.junit.platform.engine.*;

import net.jqwik.engine.recording.*;

public interface TestEngineConfiguration {
	TestRunRecorder recorder();

	TestRunData previousRun();

	Set previousFailures();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy