Uses of Interface
org.thymeleaf.testing.templateengine.testable.ITest
-
-
Uses of ITest in org.thymeleaf.testing.templateengine.context
Methods in org.thymeleaf.testing.templateengine.context with parameters of type ITest Modifier and Type Method Description org.thymeleaf.context.IContext
IProcessingContextBuilder. build(ITest test)
-
Uses of ITest in org.thymeleaf.testing.templateengine.context.web
Methods in org.thymeleaf.testing.templateengine.context.web with parameters of type ITest Modifier and Type Method Description org.thymeleaf.context.IContext
WebProcessingContextBuilder. build(ITest test)
org.thymeleaf.web.IWebExchange
ITestWebExchangeBuilder. buildExchange(ITest test, Map<String,Object> exchangeAttributes, Map<String,String[]> requestParameters, Map<String,Object> sessionAttributes, Map<String,Object> applicationAttributes, Locale locale)
org.thymeleaf.web.IWebExchange
JakartaServletTestWebExchangeBuilder. buildExchange(ITest test, Map<String,Object> exchangeAttributes, Map<String,String[]> requestParameters, Map<String,Object> sessionAttributes, Map<String,Object> applicationAttributes, Locale locale)
org.thymeleaf.web.IWebExchange
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, org.thymeleaf.web.IWebExchange webExchange, Locale locale, Map<String,Object> variables)
protected org.thymeleaf.context.IWebContext
WebProcessingContextBuilder. doCreateWebContextInstance(ITest test, org.thymeleaf.web.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 Modifier and Type Method Description static ITest
TestExecutor. getThreadTest()
-
Uses of ITest in org.thymeleaf.testing.templateengine.report
Methods in org.thymeleaf.testing.templateengine.report with parameters of type ITest Modifier and Type Method Description String
AbstractTextualTestReporter. msgTestEnd(ITest test, String testName, ITestResult result, long executionTimeNanos)
String
AbstractTextualTestReporter. msgTestStart(ITest test, String testName)
protected void
AbstractTestReporter. reportTestEnd(String executionId, int nestingLevel, ITest test, String testName, ITestResult result, long executionTimeNanos)
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)
void
AbstractTextualTestReporter. reportTestStart(String executionId, int nestingLevel, ITest test, String testName)
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)
void
AbstractTestReporter. testStart(String executionId, int nestingLevel, ITest test, String testName)
void
ITestReporter. testStart(String executionId, int nestingLevel, ITest test, String testName)
-
Uses of ITest in org.thymeleaf.testing.templateengine.standard.resolver
Methods in org.thymeleaf.testing.templateengine.standard.resolver that return ITest Modifier and Type Method Description protected 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 Modifier and Type Class Description class
StandardTest
-
Uses of ITest in org.thymeleaf.testing.templateengine.standard.test.builder
Methods in org.thymeleaf.testing.templateengine.standard.test.builder that return ITest Modifier and Type Method Description ITest
IStandardTestBuilder. buildTest(String executionId, StandardTestEvaluatedData data, StandardTestableResolver resolver)
ITest
StandardTestBuilder. buildTest(String executionId, StandardTestEvaluatedData data, StandardTestableResolver resolver)
Methods in org.thymeleaf.testing.templateengine.standard.test.builder with parameters of type ITest Modifier and Type Method Description protected 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 Modifier and Type Class Description class
AbstractTest
class
Test
-