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

net.jqwik.engine.execution.ExecutionTaskCreator Maven / Gradle / Ivy

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

import org.junit.platform.engine.*;

import net.jqwik.engine.execution.pipeline.*;

@FunctionalInterface
public interface ExecutionTaskCreator {
	ExecutionTask createTask(
		TestDescriptor descriptor,
		Pipeline pipeline,
		PropertyExecutionListener propertyExecutionListener
	);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy