com.eviware.soapui.security.result
Interface SecurityResult

All Known Implementing Classes:
SecurityScanRequestResult, SecurityScanResult, SecurityTestStepResult

public interface SecurityResult

Interface for all result classes used in Security testing

Author:
dragica.soldo

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

getResultType

java.lang.String getResultType()
Gets type of specific result, i.e. SecurityTestStep, SecurityCheck or SecurityCheckRequest used in displaying result details from SecurityLog

Returns:

getExecutionProgressStatus

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

Returns:

getLogIconStatus

SecurityResult.ResultStatus getLogIconStatus()

getStatus

SecurityResult.ResultStatus getStatus()

getActions

ActionList getActions()
Returns a list of actions that can be applied to this result



Copyright © 2005-2011 eviware.com. All Rights Reserved.