Class TestContext
Object
org.thymeleaf.testing.templateengine.context.TestContext
- All Implemented Interfaces:
ITestContext
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaggregate(ITestContext context) voidsetLocale(ITestContextExpression locale)
-
Constructor Details
-
TestContext
public TestContext()
-
-
Method Details
-
getLocale
- Specified by:
getLocalein interfaceITestContext
-
setLocale
-
getVariables
- Specified by:
getVariablesin interfaceITestContext
-
getRequestParameters
- Specified by:
getRequestParametersin interfaceITestContext
-
getRequestAttributes
- Specified by:
getRequestAttributesin interfaceITestContext
-
getSessionAttributes
- Specified by:
getSessionAttributesin interfaceITestContext
-
getApplicationAttributes
- Specified by:
getApplicationAttributesin interfaceITestContext
-
aggregate
- Specified by:
aggregatein interfaceITestContext
-