Uses of Interface
org.thymeleaf.testing.templateengine.resolver.ITestableResolver
-
Packages that use ITestableResolver Package Description org.thymeleaf.testing.templateengine.engine org.thymeleaf.testing.templateengine.standard.resolver -
-
Uses of ITestableResolver in org.thymeleaf.testing.templateengine.engine
Methods in org.thymeleaf.testing.templateengine.engine that return ITestableResolver Modifier and Type Method Description ITestableResolver
TestExecutor. getTestableResolver()
Methods in org.thymeleaf.testing.templateengine.engine with parameters of type ITestableResolver Modifier and Type Method Description void
TestExecutor. setTestableResolver(ITestableResolver testableResolver)
-
Uses of ITestableResolver in org.thymeleaf.testing.templateengine.standard.resolver
Classes in org.thymeleaf.testing.templateengine.standard.resolver that implement ITestableResolver Modifier and Type Class Description class
StandardTestableResolver
-