Module org.junit.platform.engine
Interface HierarchicalTestExecutorService.TestTask
- Enclosing interface:
HierarchicalTestExecutorService
public static interface HierarchicalTestExecutorService.TestTask
An executable task that represents a single test or container.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
execute()
Execute this task.Get the execution mode of this task.Get the resource lock of this task.
-
Method Details
-
getExecutionMode
Node.ExecutionMode getExecutionMode()Get the execution mode of this task. -
getResourceLock
ResourceLock getResourceLock()Get the resource lock of this task. -
execute
void execute()Execute this task.
-