Package net.jqwik.engine.descriptor
Class DiscoverySupport
java.lang.Object
net.jqwik.engine.descriptor.DiscoverySupport
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StringdetermineLabel(AnnotatedElement element, Supplier<String> defaultNameSupplier) static Set<net.jqwik.api.domains.Domain>findDomains(AnnotatedElement element) static List<Annotation>findJUnitAnnotations(AnnotatedElement candidate) static Set<org.junit.platform.engine.TestTag>findTestTags(AnnotatedElement element) static Set<net.jqwik.api.domains.Domain>getDomains(Optional<JqwikDescriptor> parent, Set<net.jqwik.api.domains.Domain> domains) static Set<org.junit.platform.engine.TestTag>getTags(Optional<org.junit.platform.engine.TestDescriptor> parent, Set<org.junit.platform.engine.TestTag> tags) static void
-
Constructor Details
-
DiscoverySupport
public DiscoverySupport()
-
-
Method Details
-
findTestTags
-
findDomains
-
determineLabel
-
warnWhenJunitAnnotationsArePresent
-
findJUnitAnnotations
-
getTags
-
getDomains
public static Set<net.jqwik.api.domains.Domain> getDomains(Optional<JqwikDescriptor> parent, Set<net.jqwik.api.domains.Domain> domains)
-