Interface for all result classes used in Security testing
Modifiers | Name | Description |
---|---|---|
enum |
SecurityResult.ResultStatus |
INITIALIZED - just started, for distinguishing if icon should be added in the security log UNKNOWN - when no assertions are added OK - finished with no errors/warnings FAILED CANCELED note: MISSING_ASSERTIONS,MISSING_PARAMETERS - are used only for indicating progress execution for security log entry icons |
Type Params | Return Type | Name and description |
---|---|---|
|
ActionList |
getActions() |
|
ResultStatus |
getExecutionProgressStatus() Gets execution progress status used for indicating icon color in the SecurityLog introduced in general in case of missing assertions and missing parameters to match status in progress bars and yet not to need resultStatus changed |
|
ResultStatus |
getLogIconStatus() |
|
java.lang.String |
getResultType() Gets type of specific result, i.e. |
|
ResultStatus |
getStatus() |
Gets execution progress status used for indicating icon color in the SecurityLog introduced in general in case of missing assertions and missing parameters to match status in progress bars and yet not to need resultStatus changed
Gets type of specific result, i.e. SecurityTestStep, SecurityCheck or SecurityCheckRequest used in displaying result details from SecurityLog