Uses of Interface
org.thymeleaf.testing.templateengine.testable.ITestable

Packages that use ITestable
org.thymeleaf.testing.templateengine.engine   
org.thymeleaf.testing.templateengine.resolver   
org.thymeleaf.testing.templateengine.standard.resolver   
org.thymeleaf.testing.templateengine.standard.test   
org.thymeleaf.testing.templateengine.testable   
 

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 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
 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)
           
 



Copyright © 2013 The THYMELEAF team. All Rights Reserved.