|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of ITestable in org.thymeleaf.testing.templateengine.engine |
|---|
| Methods in org.thymeleaf.testing.templateengine.engine with parameters of type ITestable | |
|---|---|
protected org.thymeleaf.testing.templateengine.engine.TestExecutionResult |
TestExecutor.executeTestable(ITestable testable,
org.thymeleaf.testing.templateengine.engine.TestExecutionContext context)
|
| Uses of ITestable in org.thymeleaf.testing.templateengine.resolver |
|---|
| Methods in org.thymeleaf.testing.templateengine.resolver that return ITestable | |
|---|---|
ITestable |
ITestableResolver.resolve(String executionId,
String testableName)
|
| Uses of ITestable in org.thymeleaf.testing.templateengine.standard.resolver |
|---|
| Methods in org.thymeleaf.testing.templateengine.standard.resolver that return ITestable | |
|---|---|
ITestable |
AbstractStandardLocalFileTestableResolver.resolve(String executionId,
String testableName)
|
protected ITestable |
AbstractStandardLocalFileTestableResolver.resolveFile(String executionId,
File file)
|
| Uses of ITestable in org.thymeleaf.testing.templateengine.standard.test |
|---|
| Classes in org.thymeleaf.testing.templateengine.standard.test that implement ITestable | |
|---|---|
class |
StandardTest
|
| Uses of ITestable in org.thymeleaf.testing.templateengine.testable |
|---|
| Subinterfaces of ITestable in org.thymeleaf.testing.templateengine.testable | |
|---|---|
interface |
ITest
|
interface |
ITestIterator
|
interface |
ITestParallelizer
|
interface |
ITestSequence
|
| Classes in org.thymeleaf.testing.templateengine.testable that implement ITestable | |
|---|---|
class |
AbstractTest
|
class |
AbstractTestable
|
class |
Test
|
class |
TestIterator
|
class |
TestParallelizer
|
class |
TestSequence
|
| Methods in org.thymeleaf.testing.templateengine.testable that return ITestable | |
|---|---|
ITestable |
TestIterator.getIteratedElement()
|
ITestable |
ITestIterator.getIteratedElement()
|
ITestable |
TestParallelizer.getParallelizedElement()
|
ITestable |
ITestParallelizer.getParallelizedElement()
|
| Methods in org.thymeleaf.testing.templateengine.testable that return types with arguments of type ITestable | |
|---|---|
List<ITestable> |
TestSequence.getElements()
|
List<ITestable> |
ITestSequence.getElements()
|
| Methods in org.thymeleaf.testing.templateengine.testable with parameters of type ITestable | |
|---|---|
void |
TestSequence.addElement(ITestable testable)
|
| Method parameters in org.thymeleaf.testing.templateengine.testable with type arguments of type ITestable | |
|---|---|
void |
TestSequence.addElements(Collection<? extends ITestable> testables)
|
| Constructors in org.thymeleaf.testing.templateengine.testable with parameters of type ITestable | |
|---|---|
TestIterator(ITestable iteratedElement,
int iterations)
|
|
TestParallelizer(ITestable parallelizedElement,
int numThreads)
|
|
TestSequence(ITestable... testables)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||