public final class TestContext extends Object implements ITestContext
| Constructor and Description |
|---|
TestContext() |
| Modifier and Type | Method and Description |
|---|---|
ITestContext |
aggregate(ITestContext context) |
ITestContextExpression |
getLocale() |
Map<String,ITestContextExpression> |
getRequestAttributes() |
Map<String,ITestContextExpression[]> |
getRequestParameters() |
Map<String,ITestContextExpression> |
getServletContextAttributes() |
Map<String,ITestContextExpression> |
getSessionAttributes() |
Map<String,ITestContextExpression> |
getVariables() |
void |
setLocale(ITestContextExpression locale) |
public ITestContextExpression getLocale()
getLocale in interface ITestContextpublic void setLocale(ITestContextExpression locale)
public Map<String,ITestContextExpression> getVariables()
getVariables in interface ITestContextpublic Map<String,ITestContextExpression[]> getRequestParameters()
getRequestParameters in interface ITestContextpublic Map<String,ITestContextExpression> getRequestAttributes()
getRequestAttributes in interface ITestContextpublic Map<String,ITestContextExpression> getSessionAttributes()
getSessionAttributes in interface ITestContextpublic Map<String,ITestContextExpression> getServletContextAttributes()
getServletContextAttributes in interface ITestContextpublic ITestContext aggregate(ITestContext context)
aggregate in interface ITestContextCopyright © 2015 The THYMELEAF team. All rights reserved.