public class CurrentTestDescriptor
extends java.lang.Object
| Constructor and Description |
|---|
CurrentTestDescriptor() |
| Modifier and Type | Method and Description |
|---|---|
static org.junit.platform.engine.TestDescriptor |
get() |
static void |
runWithDescriptor(org.junit.platform.engine.TestDescriptor currentDescriptor,
java.lang.Runnable executable) |
static <T> T |
runWithDescriptor(org.junit.platform.engine.TestDescriptor currentDescriptor,
java.util.function.Supplier<T> executable) |
public static void runWithDescriptor(org.junit.platform.engine.TestDescriptor currentDescriptor,
java.lang.Runnable executable)
public static <T> T runWithDescriptor(org.junit.platform.engine.TestDescriptor currentDescriptor,
java.util.function.Supplier<T> executable)
public static org.junit.platform.engine.TestDescriptor get()