Uses of Class
org.thymeleaf.testing.templateengine.standard.resolver.StandardTestableResolver
-
-
Uses of StandardTestableResolver in org.thymeleaf.testing.templateengine.standard.test.builder
Methods in org.thymeleaf.testing.templateengine.standard.test.builder with parameters of type StandardTestableResolver Modifier and Type Method Description ITest
IStandardTestBuilder. buildTest(String executionId, StandardTestEvaluatedData data, StandardTestableResolver resolver)
ITest
StandardTestBuilder. buildTest(String executionId, StandardTestEvaluatedData data, StandardTestableResolver resolver)
-
Uses of StandardTestableResolver in org.thymeleaf.testing.templateengine.standard.test.evaluator
Methods in org.thymeleaf.testing.templateengine.standard.test.evaluator with parameters of type StandardTestableResolver Modifier and Type Method Description StandardTestEvaluatedData
IStandardTestEvaluator. evaluateTestData(String executionId, StandardTestRawData rawData, StandardTestableResolver resolver)
StandardTestEvaluatedData
StandardTestEvaluator. evaluateTestData(String executionId, StandardTestRawData rawData, StandardTestableResolver resolver)
-
Uses of StandardTestableResolver in org.thymeleaf.testing.templateengine.standard.test.reader
Methods in org.thymeleaf.testing.templateengine.standard.test.reader with parameters of type StandardTestableResolver Modifier and Type Method Description StandardTestRawData
IStandardTestReader. readTestResource(String executionId, ITestResource resource, StandardTestableResolver resolver)
StandardTestRawData
StandardTestReader. readTestResource(String executionId, ITestResource resource, StandardTestableResolver resolver)
-