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 IContextITestWebExchangeBuilder.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 voidWebProcessingContextBuilder.doAdditionalVariableProcessing(ITest test, IWebExchange webExchange, Locale locale, Map<String, Object> variables) protected IWebContextWebProcessingContextBuilder.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) MinimalConsoleTestReporter.msgTestEnd(ITest test, String testName, ITestResult result, long executionTimeNanos) AbstractTextualTestReporter.msgTestStart(ITest test, String testName) MinimalConsoleTestReporter.msgTestStart(ITest test, String testName) protected voidAbstractTestReporter.reportTestEnd(String executionId, int nestingLevel, ITest test, String testName, ITestResult result, long executionTimeNanos) final voidAbstractTextualTestReporter.reportTestEnd(String executionId, int nestingLevel, ITest test, String testName, ITestResult result, long executionTimeNanos) protected voidAbstractTestReporter.reportTestStart(String executionId, int nestingLevel, ITest test, String testName) final voidAbstractTextualTestReporter.reportTestStart(String executionId, int nestingLevel, ITest test, String testName) final voidAbstractTestReporter.testEnd(String executionId, int nestingLevel, ITest test, String testName, ITestResult result, long executionTimeNanos) voidITestReporter.testEnd(String executionId, int nestingLevel, ITest test, String testName, ITestResult result, long executionTimeNanos) final voidvoid -
Uses of ITest in org.thymeleaf.testing.templateengine.standard.resolver
Methods in org.thymeleaf.testing.templateengine.standard.resolver that return ITestModifier and TypeMethodDescriptionprotected final ITestStandardTestableResolver.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 ITestStandardTestBuilder.buildTest(String executionId, StandardTestEvaluatedData data, StandardTestableResolver resolver) Methods in org.thymeleaf.testing.templateengine.standard.test.builder with parameters of type ITestModifier and TypeMethodDescriptionprotected voidStandardTestBuilder.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