| Modifier and Type | Method and Description |
|---|---|
protected org.thymeleaf.testing.templateengine.engine.TestExecutionResult |
TestExecutor.executeTestable(ITestable testable,
org.thymeleaf.testing.templateengine.engine.TestExecutionContext context) |
| Modifier and Type | Method and Description |
|---|---|
ITestable |
ITestableResolver.resolve(String executionId,
String testableName) |
| Modifier and Type | Method and Description |
|---|---|
ITestable |
StandardTestableResolver.resolve(String executionId,
String testableName) |
ITestable |
StandardTestableResolver.resolveRelative(String executionId,
String testableName,
ITestResource relativeTo) |
protected ITestable |
StandardTestableResolver.resolveResource(String executionId,
ITestResource resource) |
| Modifier and Type | Class and Description |
|---|---|
class |
StandardTest |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ITest |
interface |
ITestIterator |
interface |
ITestParallelizer |
interface |
ITestSequence |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractTest |
class |
AbstractTestable |
class |
Test |
class |
TestIterator |
class |
TestParallelizer |
class |
TestSequence |
| Modifier and Type | Method and Description |
|---|---|
ITestable |
ITestIterator.getIteratedElement() |
ITestable |
TestIterator.getIteratedElement() |
ITestable |
ITestParallelizer.getParallelizedElement() |
ITestable |
TestParallelizer.getParallelizedElement() |
| Modifier and Type | Method and Description |
|---|---|
List<ITestable> |
ITestSequence.getElements() |
List<ITestable> |
TestSequence.getElements() |
| Modifier and Type | Method and Description |
|---|---|
void |
TestSequence.addElement(ITestable testable) |
| Modifier and Type | Method and Description |
|---|---|
void |
TestSequence.addElements(Collection<? extends ITestable> testables) |
| Constructor and Description |
|---|
TestIterator(ITestable iteratedElement,
int iterations) |
TestParallelizer(ITestable parallelizedElement,
int numThreads) |
TestSequence(ITestable... testables) |
Copyright © 2015 The THYMELEAF team. All rights reserved.