com.eviware.soapui.security
Class SecurityTestRunContext
java.lang.Object
com.eviware.soapui.model.support.AbstractSubmitContext<TestModelItem>
com.eviware.soapui.impl.wsdl.testcase.WsdlTestRunContext
com.eviware.soapui.security.SecurityTestRunContext
- All Implemented Interfaces:
- SubmitContext, PropertyExpansionContext, TestCaseRunContext, TestRunContext, java.util.Map<java.lang.String,java.lang.Object>
public class SecurityTestRunContext
- extends WsdlTestRunContext
Context information for a securitytest run session
- Author:
- dragica.soldo
| Nested classes/interfaces inherited from interface java.util.Map |
java.util.Map.Entry<K,V> |
| Methods inherited from class com.eviware.soapui.impl.wsdl.testcase.WsdlTestRunContext |
expand, getCurrentStep, getCurrentStepIndex, getProperty, getProperty, getSettings, getTestCase, getTestRunner, put, reset, setCurrentStep, setProperty |
| Methods inherited from class com.eviware.soapui.model.support.AbstractSubmitContext |
clear, clone, containsKey, containsValue, entrySet, equals, getModelItem, getProperties, getProperty, getPropertyNames, hashCode, hasProperty, isEmpty, keySet, putAll, remove, removeProperty, resetProperties, setProperty, size, toString, values |
| Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
SecurityTestRunContext
public SecurityTestRunContext(TestCaseRunner testRunner,
StringToObjectMap properties)
getCurrentScanOnSecurityTestIndex
public int getCurrentScanOnSecurityTestIndex()
setCurrentScanOnSecurityTestIndex
public void setCurrentScanOnSecurityTestIndex(int currentScanOnSecurityTestIndex)
getCurrentScanIndex
public int getCurrentScanIndex()
setCurrentScanIndex
public void setCurrentScanIndex(int currentScanIndex)
get
public java.lang.Object get(java.lang.Object key)
- Specified by:
get in interface java.util.Map<java.lang.String,java.lang.Object>- Overrides:
get in class WsdlTestRunContext
setCurrentSecurityStepResult
public void setCurrentSecurityStepResult(SecurityTestStepResult result)
getCurrentSecurityStepResult
public SecurityTestStepResult getCurrentSecurityStepResult()
getOriginalTestStepResult
protected TestStepResult getOriginalTestStepResult()
setOriginalTestStepResult
protected void setOriginalTestStepResult(TestStepResult originalTestStepResult)
getCurrentScan
public SecurityScan getCurrentScan()
Copyright © 2005-2011 eviware.com. All Rights Reserved.