Class TestContext
java.lang.Object
org.thymeleaf.testing.templateengine.context.TestContext
- All Implemented Interfaces:
ITestContext
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate Map<String, ITestContextExpression> private ITestContextExpressionprivate Map<String, ITestContextExpression> private Map<String, ITestContextExpression[]> private Map<String, ITestContextExpression> private Map<String, ITestContextExpression> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaggregate(ITestContext context) private static <T> voidvoidsetLocale(ITestContextExpression locale)
-
Field Details
-
locale
-
variables
-
requestParameters
-
requestAttributes
-
sessionAttributes
-
applicationAttributes
-
-
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
-
mergeMaps
-