Uses of Interface
org.thymeleaf.testing.templateengine.testable.ITestable
-
-
Uses of ITestable in org.thymeleaf.testing.templateengine.engine
Methods in org.thymeleaf.testing.templateengine.engine with parameters of type ITestable Modifier and Type Method Description 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 Modifier and Type Method Description 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 Modifier and Type Method 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)
-
Uses of ITestable in org.thymeleaf.testing.templateengine.standard.test
Classes in org.thymeleaf.testing.templateengine.standard.test that implement ITestable Modifier and Type Class Description class
StandardTest
-
Uses of ITestable in org.thymeleaf.testing.templateengine.testable
Subinterfaces of ITestable in org.thymeleaf.testing.templateengine.testable Modifier and Type Interface Description interface
ITest
interface
ITestIterator
interface
ITestParallelizer
interface
ITestSequence
Classes in org.thymeleaf.testing.templateengine.testable that implement ITestable Modifier and Type Class Description class
AbstractTest
class
AbstractTestable
class
Test
class
TestIterator
class
TestParallelizer
class
TestSequence
Methods in org.thymeleaf.testing.templateengine.testable that return ITestable Modifier and Type Method Description ITestable
ITestIterator. getIteratedElement()
ITestable
TestIterator. getIteratedElement()
ITestable
ITestParallelizer. getParallelizedElement()
ITestable
TestParallelizer. getParallelizedElement()
Methods in org.thymeleaf.testing.templateengine.testable that return types with arguments of type ITestable Modifier and Type Method Description List<ITestable>
ITestSequence. getElements()
List<ITestable>
TestSequence. getElements()
Methods in org.thymeleaf.testing.templateengine.testable with parameters of type ITestable Modifier and Type Method Description void
TestSequence. addElement(ITestable testable)
Method parameters in org.thymeleaf.testing.templateengine.testable with type arguments of type ITestable Modifier and Type Method Description void
TestSequence. addElements(Collection<? extends ITestable> testables)
Constructors in org.thymeleaf.testing.templateengine.testable with parameters of type ITestable Constructor Description TestIterator(ITestable iteratedElement, int iterations)
TestParallelizer(ITestable parallelizedElement, int numThreads)
TestSequence(ITestable... testables)
-