public class JqwikUniqueIDs
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CONTAINER_SEGMENT_TYPE |
static java.lang.String |
PROPERTY_SEGMENT_TYPE |
| Constructor and Description |
|---|
JqwikUniqueIDs() |
| Modifier and Type | Method and Description |
|---|---|
static org.junit.platform.engine.UniqueId |
appendContainer(org.junit.platform.engine.UniqueId uniqueId,
java.lang.Class<?> containerClass) |
static org.junit.platform.engine.UniqueId |
appendProperty(org.junit.platform.engine.UniqueId uniqueId,
java.lang.reflect.Method method) |
static java.util.Optional<java.lang.reflect.Method> |
findMethodBySegment(org.junit.platform.engine.UniqueId.Segment segment,
java.lang.Class<?> clazz) |
public static final java.lang.String CONTAINER_SEGMENT_TYPE
public static final java.lang.String PROPERTY_SEGMENT_TYPE
public static org.junit.platform.engine.UniqueId appendProperty(org.junit.platform.engine.UniqueId uniqueId,
java.lang.reflect.Method method)
public static org.junit.platform.engine.UniqueId appendContainer(org.junit.platform.engine.UniqueId uniqueId,
java.lang.Class<?> containerClass)
public static java.util.Optional<java.lang.reflect.Method> findMethodBySegment(org.junit.platform.engine.UniqueId.Segment segment,
java.lang.Class<?> clazz)