Interface HierarchicalTestExecutorService.TestTask
-
- Enclosing interface:
- HierarchicalTestExecutorService
public static interface HierarchicalTestExecutorService.TestTask
An executable task that represents a single test or container.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
execute()
Execute this task.Node.ExecutionMode
getExecutionMode()
Get the execution mode of this task.ResourceLock
getResourceLock()
Get the resource lock of this task.
-
-
-
Method Detail
-
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.
-
-