Package net.jqwik.engine.discovery.specs
Class PropertyDiscoverySpec
java.lang.Object
net.jqwik.engine.discovery.specs.PropertyDiscoverySpec
- All Implemented Interfaces:
DiscoverySpec<Method>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanshouldBeDiscovered(Method candidate) org.junit.platform.engine.support.hierarchical.Node.SkipResultshouldBeSkipped(Method candidate)
-
Constructor Details
-
PropertyDiscoverySpec
public PropertyDiscoverySpec()
-
-
Method Details
-
shouldBeDiscovered
- Specified by:
shouldBeDiscoveredin interfaceDiscoverySpec<Method>
-
shouldBeSkipped
public org.junit.platform.engine.support.hierarchical.Node.SkipResult shouldBeSkipped(Method candidate) - Specified by:
shouldBeSkippedin interfaceDiscoverySpec<Method>
-