public interface ITestContext
| 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() |
ITestContextExpression getLocale()
Map<String,ITestContextExpression> getVariables()
Map<String,ITestContextExpression[]> getRequestParameters()
Map<String,ITestContextExpression> getRequestAttributes()
Map<String,ITestContextExpression> getSessionAttributes()
Map<String,ITestContextExpression> getServletContextAttributes()
ITestContext aggregate(ITestContext context)
Copyright © 2015 The THYMELEAF team. All rights reserved.