Interface ITestContext
-
- All Known Implementing Classes:
TestContext
public interface ITestContext
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ITestContext
aggregate(ITestContext context)
Map<String,ITestContextExpression>
getApplicationAttributes()
ITestContextExpression
getLocale()
Map<String,ITestContextExpression>
getRequestAttributes()
Map<String,ITestContextExpression[]>
getRequestParameters()
Map<String,ITestContextExpression>
getSessionAttributes()
Map<String,ITestContextExpression>
getVariables()
-
-
-
Method Detail
-
getLocale
ITestContextExpression getLocale()
-
getVariables
Map<String,ITestContextExpression> getVariables()
-
getRequestParameters
Map<String,ITestContextExpression[]> getRequestParameters()
-
getRequestAttributes
Map<String,ITestContextExpression> getRequestAttributes()
-
getSessionAttributes
Map<String,ITestContextExpression> getSessionAttributes()
-
getApplicationAttributes
Map<String,ITestContextExpression> getApplicationAttributes()
-
aggregate
ITestContext aggregate(ITestContext context)
-
-