Uses of Interface
org.thymeleaf.testing.templateengine.testable.ITestable
Packages that use ITestable
Package
Description
-
Uses of ITestable in org.thymeleaf.testing.templateengine.engine
Methods in org.thymeleaf.testing.templateengine.engine with parameters of type ITestableModifier and TypeMethodDescriptionprotected 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 -
Uses of ITestable in org.thymeleaf.testing.templateengine.standard.resolver
Methods in org.thymeleaf.testing.templateengine.standard.resolver that return ITestableModifier and TypeMethodDescriptionfinal ITestable
final ITestable
StandardTestableResolver.resolveRelative
(String executionId, String testableName, ITestResource relativeTo) protected final 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 -
Uses of ITestable in org.thymeleaf.testing.templateengine.testable
Subinterfaces of ITestable in org.thymeleaf.testing.templateengine.testableModifier and TypeInterfaceDescriptioninterface
interface
interface
interface
Classes in org.thymeleaf.testing.templateengine.testable that implement ITestableModifier and TypeClassDescriptionclass
class
class
class
class
class
Methods in org.thymeleaf.testing.templateengine.testable that return ITestableModifier and TypeMethodDescriptionITestIterator.getIteratedElement()
TestIterator.getIteratedElement()
ITestParallelizer.getParallelizedElement()
TestParallelizer.getParallelizedElement()
Methods in org.thymeleaf.testing.templateengine.testable that return types with arguments of type ITestableMethods in org.thymeleaf.testing.templateengine.testable with parameters of type ITestableMethod parameters in org.thymeleaf.testing.templateengine.testable with type arguments of type ITestableModifier and TypeMethodDescriptionvoid
TestSequence.addElements
(Collection<? extends ITestable> testables) Constructors in org.thymeleaf.testing.templateengine.testable with parameters of type ITestableModifierConstructorDescriptionTestIterator
(ITestable iteratedElement, int iterations) TestParallelizer
(ITestable parallelizedElement, int numThreads) TestSequence
(ITestable... testables)