Class TestContext
Object
org.thymeleaf.testing.templateengine.context.TestContext
- All Implemented Interfaces:
ITestContext
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaggregate
(ITestContext context) void
setLocale
(ITestContextExpression locale)
-
Constructor Details
-
TestContext
public TestContext()
-
-
Method Details
-
getLocale
- Specified by:
getLocale
in interfaceITestContext
-
setLocale
-
getVariables
- Specified by:
getVariables
in interfaceITestContext
-
getRequestParameters
- Specified by:
getRequestParameters
in interfaceITestContext
-
getRequestAttributes
- Specified by:
getRequestAttributes
in interfaceITestContext
-
getSessionAttributes
- Specified by:
getSessionAttributes
in interfaceITestContext
-
getApplicationAttributes
- Specified by:
getApplicationAttributes
in interfaceITestContext
-
aggregate
- Specified by:
aggregate
in interfaceITestContext
-