|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SecurityResult
Interface for all result classes used in Security testing
| Nested Class Summary | |
|---|---|
static class |
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 |
| Method Summary | |
|---|---|
ActionList |
getActions()
Returns a list of actions that can be applied to this result |
SecurityResult.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 |
SecurityResult.ResultStatus |
getLogIconStatus()
|
java.lang.String |
getResultType()
Gets type of specific result, i.e. |
SecurityResult.ResultStatus |
getStatus()
|
| Method Detail |
|---|
java.lang.String getResultType()
SecurityResult.ResultStatus getExecutionProgressStatus()
SecurityResult.ResultStatus getLogIconStatus()
SecurityResult.ResultStatus getStatus()
ActionList getActions()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||