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 IContextIProcessingContextBuilder. 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 IContextWebProcessingContextBuilder. build(ITest test)IWebExchangeITestWebExchangeBuilder. buildExchange(ITest test, java.util.Map<java.lang.String,java.lang.Object> exchangeAttributes, java.util.Map<java.lang.String,java.lang.String[]> requestParameters, java.util.Map<java.lang.String,java.lang.Object> sessionAttributes, java.util.Map<java.lang.String,java.lang.Object> applicationAttributes, java.util.Locale locale)IWebExchangeJakartaServletTestWebExchangeBuilder. buildExchange(ITest test, java.util.Map<java.lang.String,java.lang.Object> exchangeAttributes, java.util.Map<java.lang.String,java.lang.String[]> requestParameters, java.util.Map<java.lang.String,java.lang.Object> sessionAttributes, java.util.Map<java.lang.String,java.lang.Object> applicationAttributes, java.util.Locale locale)IWebExchangeJavaxServletTestWebExchangeBuilder. buildExchange(ITest test, java.util.Map<java.lang.String,java.lang.Object> exchangeAttributes, java.util.Map<java.lang.String,java.lang.String[]> requestParameters, java.util.Map<java.lang.String,java.lang.Object> sessionAttributes, java.util.Map<java.lang.String,java.lang.Object> applicationAttributes, java.util.Locale locale)protected voidWebProcessingContextBuilder. doAdditionalVariableProcessing(ITest test, IWebExchange webExchange, java.util.Locale locale, java.util.Map<java.lang.String,java.lang.Object> variables)protected IWebContextWebProcessingContextBuilder. doCreateWebContextInstance(ITest test, IWebExchange webExchange, java.util.Locale locale, java.util.Map<java.lang.String,java.lang.Object> variables) -
Uses of ITest in org.thymeleaf.testing.templateengine.engine
Fields in org.thymeleaf.testing.templateengine.engine with type parameters of type ITest Modifier and Type Field Description private java.util.Map<ITest,java.lang.String>TestNamer. namesByTestprivate static java.lang.ThreadLocal<ITest>TestExecutor. threadTestMethods in org.thymeleaf.testing.templateengine.engine that return ITest Modifier and Type Method Description static ITestTestExecutor. getThreadTest()Methods in org.thymeleaf.testing.templateengine.engine with parameters of type ITest Modifier and Type Method Description private TestExecutionResultTestExecutor. executeTest(ITest test, TestExecutionContext context)java.lang.StringTestNamer. nameTest(ITest test)private static voidTestExecutor. setThreadTest(ITest test) -
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 java.lang.StringAbstractTextualTestReporter. msgTestEnd(ITest test, java.lang.String testName, ITestResult result, long executionTimeNanos)java.lang.StringMinimalConsoleTestReporter. msgTestEnd(ITest test, java.lang.String testName, ITestResult result, long executionTimeNanos)java.lang.StringAbstractTextualTestReporter. msgTestStart(ITest test, java.lang.String testName)java.lang.StringMinimalConsoleTestReporter. msgTestStart(ITest test, java.lang.String testName)protected voidAbstractTestReporter. reportTestEnd(java.lang.String executionId, int nestingLevel, ITest test, java.lang.String testName, ITestResult result, long executionTimeNanos)voidAbstractTextualTestReporter. reportTestEnd(java.lang.String executionId, int nestingLevel, ITest test, java.lang.String testName, ITestResult result, long executionTimeNanos)protected voidAbstractTestReporter. reportTestStart(java.lang.String executionId, int nestingLevel, ITest test, java.lang.String testName)voidAbstractTextualTestReporter. reportTestStart(java.lang.String executionId, int nestingLevel, ITest test, java.lang.String testName)voidAbstractTestReporter. testEnd(java.lang.String executionId, int nestingLevel, ITest test, java.lang.String testName, ITestResult result, long executionTimeNanos)voidITestReporter. testEnd(java.lang.String executionId, int nestingLevel, ITest test, java.lang.String testName, ITestResult result, long executionTimeNanos)voidAbstractTestReporter. testStart(java.lang.String executionId, int nestingLevel, ITest test, java.lang.String testName)voidITestReporter. testStart(java.lang.String executionId, int nestingLevel, ITest test, java.lang.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 ITestStandardTestableResolver. resolveAsTest(java.lang.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 classStandardTest -
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 ITestIStandardTestBuilder. buildTest(java.lang.String executionId, StandardTestEvaluatedData data, StandardTestableResolver resolver)ITestStandardTestBuilder. buildTest(java.lang.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 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 Modifier and Type Class Description classAbstractTestclassTest
-