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

net.jqwik.engine.discovery.specs.DiscoverySpec Maven / Gradle / Ivy

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

import java.lang.reflect.*;

import org.junit.platform.engine.support.hierarchical.Node.*;

public interface DiscoverySpec {

	boolean shouldBeDiscovered(T candidate);

	SkipResult shouldBeSkipped(T candidate);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy