public class DiscoverySupport
extends java.lang.Object
| Constructor and Description |
|---|
DiscoverySupport() |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
determineLabel(java.lang.reflect.AnnotatedElement element,
java.util.function.Supplier<java.lang.String> defaultNameSupplier) |
static java.util.Set<net.jqwik.api.domains.Domain> |
findDomains(java.lang.reflect.AnnotatedElement element) |
static java.util.List<java.lang.annotation.Annotation> |
findJUnitAnnotations(java.lang.reflect.AnnotatedElement candidate) |
static java.util.Set<org.junit.platform.engine.TestTag> |
findTestTags(java.lang.reflect.AnnotatedElement element) |
static java.util.Set<net.jqwik.api.domains.Domain> |
getDomains(java.util.Optional<JqwikDescriptor> parent,
java.util.Set<net.jqwik.api.domains.Domain> domains) |
static java.util.Set<org.junit.platform.engine.TestTag> |
getTags(java.util.Optional<org.junit.platform.engine.TestDescriptor> parent,
java.util.Set<org.junit.platform.engine.TestTag> tags) |
static void |
warnWhenJunitAnnotationsArePresent(java.lang.reflect.AnnotatedElement element) |
public static java.util.Set<org.junit.platform.engine.TestTag> findTestTags(java.lang.reflect.AnnotatedElement element)
public static java.util.Set<net.jqwik.api.domains.Domain> findDomains(java.lang.reflect.AnnotatedElement element)
public static java.lang.String determineLabel(java.lang.reflect.AnnotatedElement element,
java.util.function.Supplier<java.lang.String> defaultNameSupplier)
public static void warnWhenJunitAnnotationsArePresent(java.lang.reflect.AnnotatedElement element)
public static java.util.List<java.lang.annotation.Annotation> findJUnitAnnotations(java.lang.reflect.AnnotatedElement candidate)
public static java.util.Set<org.junit.platform.engine.TestTag> getTags(java.util.Optional<org.junit.platform.engine.TestDescriptor> parent,
java.util.Set<org.junit.platform.engine.TestTag> tags)
public static java.util.Set<net.jqwik.api.domains.Domain> getDomains(java.util.Optional<JqwikDescriptor> parent, java.util.Set<net.jqwik.api.domains.Domain> domains)