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 |
DEFAULT_TESTABLE_RESOLVER
public static final ITestableResolver DEFAULT_TESTABLE_RESOLVER
DEFAULT_PROCESSING_CONTEXT_BUILDER
public static final IProcessingContextBuilder DEFAULT_PROCESSING_CONTEXT_BUILDER
DEFAULT_DIALECTS
public static final List<org.thymeleaf.dialect.IDialect> DEFAULT_DIALECTS
DEFAULT_TEST_REPORTER
public static final ITestReporter DEFAULT_TEST_REPORTER
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)
Copyright © 2013 The THYMELEAF team. All Rights Reserved.