Interface ResponseUnboundParameters.TestResults
-
- Enclosing interface:
- ResponseUnboundParameters
public static interface ResponseUnboundParameters.TestResults
-
-
Field Summary
Fields Modifier and Type Field Description static String
duration
static String
name
static String
rolledupTestErrorCount
static String
rolledupTestFailureCount
static String
rolledupTestSkipCount
static String
rolledupTestSuccessCount
static String
status
-
-
-
Field Detail
-
name
static final String name
- See Also:
- Constant Field Values
-
status
static final String status
- See Also:
- Constant Field Values
-
duration
static final String duration
- See Also:
- Constant Field Values
-
rolledupTestSuccessCount
static final String rolledupTestSuccessCount
- See Also:
- Constant Field Values
-
rolledupTestFailureCount
static final String rolledupTestFailureCount
- See Also:
- Constant Field Values
-
rolledupTestErrorCount
static final String rolledupTestErrorCount
- See Also:
- Constant Field Values
-
rolledupTestSkipCount
static final String rolledupTestSkipCount
- See Also:
- Constant Field Values
-
-