Class CurrentTestDescriptor
- java.lang.Object
-
- net.jqwik.engine.execution.lifecycle.CurrentTestDescriptor
-
public class CurrentTestDescriptor extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description CurrentTestDescriptor()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static org.junit.platform.engine.TestDescriptorget()static voidrunWithDescriptor(org.junit.platform.engine.TestDescriptor currentDescriptor, java.lang.Runnable executable)static <T> TrunWithDescriptor(org.junit.platform.engine.TestDescriptor currentDescriptor, java.util.function.Supplier<T> executable)
-
-
-
Method Detail
-
runWithDescriptor
public static void runWithDescriptor(org.junit.platform.engine.TestDescriptor currentDescriptor, java.lang.Runnable executable)
-
runWithDescriptor
public static <T> T runWithDescriptor(org.junit.platform.engine.TestDescriptor currentDescriptor, java.util.function.Supplier<T> executable)
-
get
public static org.junit.platform.engine.TestDescriptor get()
-
-