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 private voidTestExecutor. execute(ITestable testable, TestExecutionContext context)protected TestExecutionResultTestExecutor. executeTestable(ITestable testable, 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 ITestableITestableResolver. resolve(java.lang.String executionId, java.lang.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 ITestableStandardTestableResolver. resolve(java.lang.String executionId, java.lang.String testableName)ITestableStandardTestableResolver. resolveRelative(java.lang.String executionId, java.lang.String testableName, ITestResource relativeTo)protected ITestableStandardTestableResolver. resolveResource(java.lang.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 classStandardTest -
Uses of ITestable in org.thymeleaf.testing.templateengine.testable
Subinterfaces of ITestable in org.thymeleaf.testing.templateengine.testable Modifier and Type Interface Description interfaceITestinterfaceITestIteratorinterfaceITestParallelizerinterfaceITestSequenceClasses in org.thymeleaf.testing.templateengine.testable that implement ITestable Modifier and Type Class Description classAbstractTestclassAbstractTestableclassTestclassTestIteratorclassTestParallelizerclassTestSequenceFields in org.thymeleaf.testing.templateengine.testable declared as ITestable Modifier and Type Field Description private ITestableTestIterator. iteratedElementprivate ITestableTestParallelizer. parallelizedElementFields in org.thymeleaf.testing.templateengine.testable with type parameters of type ITestable Modifier and Type Field Description private java.util.List<ITestable>TestSequence. elementsMethods in org.thymeleaf.testing.templateengine.testable that return ITestable Modifier and Type Method Description ITestableITestIterator. getIteratedElement()ITestableTestIterator. getIteratedElement()ITestableITestParallelizer. getParallelizedElement()ITestableTestParallelizer. getParallelizedElement()Methods in org.thymeleaf.testing.templateengine.testable that return types with arguments of type ITestable Modifier and Type Method Description java.util.List<ITestable>ITestSequence. getElements()java.util.List<ITestable>TestSequence. getElements()Methods in org.thymeleaf.testing.templateengine.testable with parameters of type ITestable Modifier and Type Method Description voidTestSequence. addElement(ITestable testable)Method parameters in org.thymeleaf.testing.templateengine.testable with type arguments of type ITestable Modifier and Type Method Description voidTestSequence. addElements(java.util.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)
-