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
Fields in org.thymeleaf.testing.templateengine.engine declared as ITestableResolver Modifier and Type Field Description private ITestableResolverTestExecutor. testableResolverMethods in org.thymeleaf.testing.templateengine.engine that return ITestableResolver Modifier and Type Method Description ITestableResolverTestExecutor. getTestableResolver()Methods in org.thymeleaf.testing.templateengine.engine with parameters of type ITestableResolver Modifier and Type Method Description voidTestExecutor. 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 classStandardTestableResolver
-