org.thymeleaf.testing.templateengine.engine
Class TestExecutor
Object
org.thymeleaf.testing.templateengine.engine.TestExecutor
public final class TestExecutor
- extends Object
| Methods inherited from class Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
reporter
protected ITestReporter reporter
TestExecutor
public TestExecutor()
getThreadExecutionId
public static String getThreadExecutionId()
getThreadTestName
public static String getThreadTestName()
getThreadTest
public static ITest getThreadTest()
setThreadExecutionId
protected static void setThreadExecutionId(String executionId)
getTestableResolver
public ITestableResolver getTestableResolver()
setTestableResolver
public void setTestableResolver(ITestableResolver testableResolver)
getProcessingContextBuilder
public IProcessingContextBuilder getProcessingContextBuilder()
setProcessingContextBuilder
public void setProcessingContextBuilder(IProcessingContextBuilder processingContextBuilder)
setDialects
public void setDialects(List<? extends org.thymeleaf.dialect.IDialect> dialects)
getDialects
public List<org.thymeleaf.dialect.IDialect> getDialects()
setReporter
public void setReporter(ITestReporter reporter)
getReporter
public ITestReporter getReporter()
execute
public void execute(String testableName)
executeTestable
protected org.thymeleaf.testing.templateengine.engine.TestExecutionResult executeTestable(ITestable testable,
org.thymeleaf.testing.templateengine.engine.TestExecutionContext context)
reset
public final void reset()
isAllOK
public final boolean isAllOK()
Copyright © 2013 The THYMELEAF team. All Rights Reserved.