public final class TestExecutor extends Object
| Modifier and Type | Field and Description |
|---|---|
protected ITestReporter |
reporter |
| Constructor and Description |
|---|
TestExecutor() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(String testableName) |
protected org.thymeleaf.testing.templateengine.engine.TestExecutionResult |
executeTestable(ITestable testable,
org.thymeleaf.testing.templateengine.engine.TestExecutionContext context) |
List<org.thymeleaf.dialect.IDialect> |
getDialects() |
IProcessingContextBuilder |
getProcessingContextBuilder() |
ITestReporter |
getReporter() |
ITestableResolver |
getTestableResolver() |
static String |
getThreadExecutionId() |
static ITest |
getThreadTest() |
static String |
getThreadTestName() |
boolean |
isAllOK() |
void |
reset() |
void |
setDialects(List<? extends org.thymeleaf.dialect.IDialect> dialects) |
void |
setProcessingContextBuilder(IProcessingContextBuilder processingContextBuilder) |
void |
setReporter(ITestReporter reporter) |
void |
setTestableResolver(ITestableResolver testableResolver) |
protected static void |
setThreadExecutionId(String executionId) |
protected ITestReporter reporter
public static String getThreadExecutionId()
public static String getThreadTestName()
public static ITest getThreadTest()
protected static void setThreadExecutionId(String executionId)
public ITestableResolver getTestableResolver()
public void setTestableResolver(ITestableResolver testableResolver)
public IProcessingContextBuilder getProcessingContextBuilder()
public void setProcessingContextBuilder(IProcessingContextBuilder processingContextBuilder)
public void setDialects(List<? extends org.thymeleaf.dialect.IDialect> dialects)
public List<org.thymeleaf.dialect.IDialect> getDialects()
public void setReporter(ITestReporter reporter)
public ITestReporter getReporter()
public void execute(String testableName)
protected org.thymeleaf.testing.templateengine.engine.TestExecutionResult executeTestable(ITestable testable, org.thymeleaf.testing.templateengine.engine.TestExecutionContext context)
public final void reset()
public final boolean isAllOK()
Copyright © 2015 The THYMELEAF team. All rights reserved.