Class TestExecutor.ExecutorTask
- java.lang.Object
-
- org.thymeleaf.testing.templateengine.engine.TestExecutor.ExecutorTask
-
- All Implemented Interfaces:
java.util.concurrent.Callable<TestExecutionResult>
- Enclosing class:
- TestExecutor
static class TestExecutor.ExecutorTask extends java.lang.Object implements java.util.concurrent.Callable<TestExecutionResult>
-
-
Field Summary
Fields Modifier and Type Field Description private TestExecutionContextcontextprivate TestExecutorexecutorprivate ITestParallelizerparallelizerprivate intthreadNumber
-
Constructor Summary
Constructors Constructor Description ExecutorTask(TestExecutor executor, ITestParallelizer parallelizer, TestExecutionContext context, int threadNumber)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TestExecutionResultcall()
-
-
-
Field Detail
-
executor
private final TestExecutor executor
-
context
private final TestExecutionContext context
-
parallelizer
private final ITestParallelizer parallelizer
-
threadNumber
private final int threadNumber
-
-
Constructor Detail
-
ExecutorTask
ExecutorTask(TestExecutor executor, ITestParallelizer parallelizer, TestExecutionContext context, int threadNumber)
-
-
Method Detail
-
call
public TestExecutionResult call()
- Specified by:
callin interfacejava.util.concurrent.Callable<TestExecutionResult>
-
-