Package net.jqwik.engine.discovery.specs
Klasse PropertyDiscoverySpec
java.lang.Object
net.jqwik.engine.discovery.specs.PropertyDiscoverySpec
- Alle implementierten Schnittstellen:
DiscoverySpec<Method>
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbooleanshouldBeDiscovered(Method candidate) org.junit.platform.engine.support.hierarchical.Node.SkipResultshouldBeSkipped(Method candidate)
-
Konstruktordetails
-
PropertyDiscoverySpec
public PropertyDiscoverySpec()
-
-
Methodendetails
-
shouldBeDiscovered
- Angegeben von:
shouldBeDiscoveredin SchnittstelleDiscoverySpec<Method>
-
shouldBeSkipped
public org.junit.platform.engine.support.hierarchical.Node.SkipResult shouldBeSkipped(Method candidate) - Angegeben von:
shouldBeSkippedin SchnittstelleDiscoverySpec<Method>
-