Interface ITestContext
- All Known Implementing Classes:
TestContext
public interface ITestContext
-
Method Summary
-
Method Details
-
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
-