Class CurrentTestDescriptor
java.lang.Object
net.jqwik.engine.execution.lifecycle.CurrentTestDescriptor
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic org.junit.platform.engine.TestDescriptorget()static booleanisEmpty()static org.junit.platform.engine.TestDescriptorpop()static voidpush(org.junit.platform.engine.TestDescriptor currentDescriptor) static <T> TrunWithDescriptor(org.junit.platform.engine.TestDescriptor currentDescriptor, Supplier<T> executable)
-
Constructor Details
-
CurrentTestDescriptor
public CurrentTestDescriptor()
-
-
Method Details
-
runWithDescriptor
public static <T> T runWithDescriptor(org.junit.platform.engine.TestDescriptor currentDescriptor, Supplier<T> executable) -
pop
public static org.junit.platform.engine.TestDescriptor pop() -
push
public static void push(org.junit.platform.engine.TestDescriptor currentDescriptor) -
isEmpty
public static boolean isEmpty() -
get
public static org.junit.platform.engine.TestDescriptor get()
-