Uses of Interface
org.thymeleaf.testing.templateengine.testable.ITest
Packages that use ITest
Package
Description
-
Uses of ITest in org.thymeleaf.testing.templateengine.context
Methods in org.thymeleaf.testing.templateengine.context with parameters of type ITest -
Uses of ITest in org.thymeleaf.testing.templateengine.context.web
Methods in org.thymeleaf.testing.templateengine.context.web with parameters of type ITestModifier and TypeMethodDescriptionfinal IContext
ITestWebExchangeBuilder.buildExchange
(ITest test, Map<String, Object> exchangeAttributes, Map<String, String[]> requestParameters, Map<String, Object> sessionAttributes, Map<String, Object> applicationAttributes, Locale locale) JakartaServletTestWebExchangeBuilder.buildExchange
(ITest test, Map<String, Object> exchangeAttributes, Map<String, String[]> requestParameters, Map<String, Object> sessionAttributes, Map<String, Object> applicationAttributes, Locale locale) JavaxServletTestWebExchangeBuilder.buildExchange
(ITest test, Map<String, Object> exchangeAttributes, Map<String, String[]> requestParameters, Map<String, Object> sessionAttributes, Map<String, Object> applicationAttributes, Locale locale) protected void
WebProcessingContextBuilder.doAdditionalVariableProcessing
(ITest test, IWebExchange webExchange, Locale locale, Map<String, Object> variables) protected IWebContext
WebProcessingContextBuilder.doCreateWebContextInstance
(ITest test, IWebExchange webExchange, Locale locale, Map<String, Object> variables) -
Uses of ITest in org.thymeleaf.testing.templateengine.engine
Methods in org.thymeleaf.testing.templateengine.engine that return ITest -
Uses of ITest in org.thymeleaf.testing.templateengine.report
Methods in org.thymeleaf.testing.templateengine.report with parameters of type ITestModifier and TypeMethodDescriptionAbstractTextualTestReporter.msgTestEnd
(ITest test, String testName, ITestResult result, long executionTimeNanos) AbstractTextualTestReporter.msgTestStart
(ITest test, String testName) protected void
AbstractTestReporter.reportTestEnd
(String executionId, int nestingLevel, ITest test, String testName, ITestResult result, long executionTimeNanos) final void
AbstractTextualTestReporter.reportTestEnd
(String executionId, int nestingLevel, ITest test, String testName, ITestResult result, long executionTimeNanos) protected void
AbstractTestReporter.reportTestStart
(String executionId, int nestingLevel, ITest test, String testName) final void
AbstractTextualTestReporter.reportTestStart
(String executionId, int nestingLevel, ITest test, String testName) final void
AbstractTestReporter.testEnd
(String executionId, int nestingLevel, ITest test, String testName, ITestResult result, long executionTimeNanos) void
ITestReporter.testEnd
(String executionId, int nestingLevel, ITest test, String testName, ITestResult result, long executionTimeNanos) final void
void
-
Uses of ITest in org.thymeleaf.testing.templateengine.standard.resolver
Methods in org.thymeleaf.testing.templateengine.standard.resolver that return ITestModifier and TypeMethodDescriptionprotected final ITest
StandardTestableResolver.resolveAsTest
(String executionId, ITestResource resource) -
Uses of ITest in org.thymeleaf.testing.templateengine.standard.test
Classes in org.thymeleaf.testing.templateengine.standard.test that implement ITest -
Uses of ITest in org.thymeleaf.testing.templateengine.standard.test.builder
Methods in org.thymeleaf.testing.templateengine.standard.test.builder that return ITestModifier and TypeMethodDescriptionIStandardTestBuilder.buildTest
(String executionId, StandardTestEvaluatedData data, StandardTestableResolver resolver) final ITest
StandardTestBuilder.buildTest
(String executionId, StandardTestEvaluatedData data, StandardTestableResolver resolver) Methods in org.thymeleaf.testing.templateengine.standard.test.builder with parameters of type ITestModifier and TypeMethodDescriptionprotected void
StandardTestBuilder.additionalInitialization
(StandardTest test, ITest parentTest, StandardTestEvaluatedData data) -
Uses of ITest in org.thymeleaf.testing.templateengine.testable
Classes in org.thymeleaf.testing.templateengine.testable that implement ITest