Uses of Interface
com.eviware.soapui.model.testsuite.TestStep

Packages that use TestStep
com.eviware.soapui.impl.support.http   
com.eviware.soapui.impl.wsdl.loadtest.assertions LoadTest Assertions 
com.eviware.soapui.impl.wsdl.loadtest.data LoadTest Data and related classes 
com.eviware.soapui.impl.wsdl.loadtest.log The LoadTest Log classes 
com.eviware.soapui.impl.wsdl.loadtest.strategy LoadTest Strategies 
com.eviware.soapui.impl.wsdl.mock WsdlMockService-related classes 
com.eviware.soapui.impl.wsdl.panels.loadtest WsdlLoadTest panels and related classes 
com.eviware.soapui.impl.wsdl.panels.support Support classes for panels 
com.eviware.soapui.impl.wsdl.panels.testcase WsdlTestCase panel classes 
com.eviware.soapui.impl.wsdl.panels.teststeps WsdlTestStep panel classes 
com.eviware.soapui.impl.wsdl.panels.teststeps.amf   
com.eviware.soapui.impl.wsdl.support WSDL-related support classes 
com.eviware.soapui.impl.wsdl.support.wsrm   
com.eviware.soapui.impl.wsdl.testcase WSDL implementations of TestCase-related interfaces 
com.eviware.soapui.impl.wsdl.teststeps WsdlTestStep implementations 
com.eviware.soapui.impl.wsdl.teststeps.registry TestStep registry and factories 
com.eviware.soapui.model.security   
com.eviware.soapui.model.support SoapUI model-related support classes 
com.eviware.soapui.model.testsuite Test-related model items 
com.eviware.soapui.model.tree.nodes Tree nodes for all SoapUI model items 
com.eviware.soapui.model.tree.nodes.support TreeNode utilities 
com.eviware.soapui.report Classes for creating JUnit-reports 
com.eviware.soapui.security   
com.eviware.soapui.security.boundary   
com.eviware.soapui.security.log   
com.eviware.soapui.security.panels   
com.eviware.soapui.security.registry   
com.eviware.soapui.security.result   
com.eviware.soapui.security.scan   
com.eviware.soapui.support General support classes 
com.eviware.soapui.tools SoapUI command-line tools 
 

Uses of TestStep in com.eviware.soapui.impl.support.http
 

Subinterfaces of TestStep in com.eviware.soapui.impl.support.http
 interface HttpRequestTestStep
           
 

Uses of TestStep in com.eviware.soapui.impl.wsdl.loadtest.assertions
 

Methods in com.eviware.soapui.impl.wsdl.loadtest.assertions with parameters of type TestStep
protected  boolean AbstractLoadTestAssertion.targetStepMatches(TestStep testStep)
           
 

Uses of TestStep in com.eviware.soapui.impl.wsdl.loadtest.data
 

Methods in com.eviware.soapui.impl.wsdl.loadtest.data that return TestStep
 TestStep LoadTestStatistics.getTestStepAtRow(int selectedRow)
           
 

Constructors in com.eviware.soapui.impl.wsdl.loadtest.data with parameters of type TestStep
SamplesModel.TestSample(TestStep testStep)
           
 

Uses of TestStep in com.eviware.soapui.impl.wsdl.loadtest.log
 

Methods in com.eviware.soapui.impl.wsdl.loadtest.log with parameters of type TestStep
 void LoadTestLog.clearEntries(TestStep testStep)
           
 

Uses of TestStep in com.eviware.soapui.impl.wsdl.loadtest.strategy
 

Methods in com.eviware.soapui.impl.wsdl.loadtest.strategy with parameters of type TestStep
 void AbstractLoadStrategy.beforeTestStep(LoadTestRunner loadTestRunner, LoadTestRunContext context, TestCaseRunner testRunner, TestCaseRunContext runContext, TestStep testStep)
           
 

Uses of TestStep in com.eviware.soapui.impl.wsdl.mock
 

Methods in com.eviware.soapui.impl.wsdl.mock that return TestStep
 TestStep WsdlMockRunContext.getCurrentStep()
           
 

Uses of TestStep in com.eviware.soapui.impl.wsdl.panels.loadtest
 

Methods in com.eviware.soapui.impl.wsdl.panels.loadtest with parameters of type TestStep
 void JStatisticsGraph.setTestStep(TestStep testStep)
           
 

Uses of TestStep in com.eviware.soapui.impl.wsdl.panels.support
 

Methods in com.eviware.soapui.impl.wsdl.panels.support that return TestStep
 TestStep MockTestRunContext.getCurrentStep()
           
 

Methods in com.eviware.soapui.impl.wsdl.panels.support with parameters of type TestStep
 void ProgressBarTestCaseAdapter.InternalTestRunListener.beforeStep(TestCaseRunner testRunner, TestCaseRunContext runContext, TestStep testStep)
           
 TestStepResult MockTestRunner.runTestStep(TestStep testStep)
           
 SecurityScanResult MockSecurityTestRunner.runTestStepSecurityScan(SecurityTestRunContext runContext, TestStep testStep, SecurityScan securityCheck)
           
 

Uses of TestStep in com.eviware.soapui.impl.wsdl.panels.testcase
 

Methods in com.eviware.soapui.impl.wsdl.panels.testcase with parameters of type TestStep
 void WsdlTestCaseDesktopPanel.InternalTestRunListener.beforeStep(TestCaseRunner testRunner, TestCaseRunContext runContext, TestStep testStep)
           
 void JTestStepList.setSelectedValue(TestStep testStep, boolean b)
           
 

Uses of TestStep in com.eviware.soapui.impl.wsdl.panels.teststeps
 

Methods in com.eviware.soapui.impl.wsdl.panels.teststeps with parameters of type TestStep
 void WsdlMockResponseStepDesktopPanel.InternalTestRunListener.beforeStep(TestCaseRunner testRunner, TestCaseRunContext runContext, TestStep testStep)
           
 

Uses of TestStep in com.eviware.soapui.impl.wsdl.panels.teststeps.amf
 

Methods in com.eviware.soapui.impl.wsdl.panels.teststeps.amf with parameters of type TestStep
 void AMFTestRunListener.beforeStep(TestCaseRunner testRunner, TestCaseRunContext runContext, TestStep testStep)
           
 

Uses of TestStep in com.eviware.soapui.impl.wsdl.support
 

Methods in com.eviware.soapui.impl.wsdl.support with parameters of type TestStep
 TestStepResult AbstractTestCaseRunner.runTestStep(TestStep testStep)
           
 TestStepResult AbstractTestCaseRunner.runTestStep(TestStep testStep, boolean discard, boolean process)
           
 

Uses of TestStep in com.eviware.soapui.impl.wsdl.support.wsrm
 

Methods in com.eviware.soapui.impl.wsdl.support.wsrm with parameters of type TestStep
 void WsrmTestRunListener.beforeStep(TestCaseRunner testRunner, TestCaseRunContext runContext, TestStep testStep)
           
 

Uses of TestStep in com.eviware.soapui.impl.wsdl.testcase
 

Methods in com.eviware.soapui.impl.wsdl.testcase with type parameters of type TestStep
<T extends TestStep>
T
WsdlTestCase.findNextStepOfType(TestStep referenceStep, java.lang.Class<T> stepClass)
           
<T extends TestStep>
T
WsdlTestCase.findPreviousStepOfType(TestStep referenceStep, java.lang.Class<T> stepClass)
           
<T extends TestStep>
java.util.List<T>
WsdlTestCase.getTestStepsOfType(java.lang.Class<T> stepType)
           
 

Methods in com.eviware.soapui.impl.wsdl.testcase that return TestStep
 TestStep WsdlTestRunContext.getCurrentStep()
           
 TestStep TestCaseLogItem.getTestStep()
           
 

Methods in com.eviware.soapui.impl.wsdl.testcase that return types with arguments of type TestStep
 java.util.List<TestStep> WsdlTestCase.getTestStepList()
           
 java.util.Map<java.lang.String,TestStep> WsdlTestCase.getTestSteps()
           
 java.util.Map<java.lang.String,TestStep> WsdlTestCase.getTestStepsOrdered()
           
 

Methods in com.eviware.soapui.impl.wsdl.testcase with parameters of type TestStep
<T extends TestStep>
T
WsdlTestCase.findNextStepOfType(TestStep referenceStep, java.lang.Class<T> stepClass)
           
<T extends TestStep>
T
WsdlTestCase.findPreviousStepOfType(TestStep referenceStep, java.lang.Class<T> stepClass)
           
 int WsdlTestCase.getIndexOfTestStep(TestStep step)
           
 

Constructors in com.eviware.soapui.impl.wsdl.testcase with parameters of type TestStep
TestCaseLogItem(TestStep testStep, java.lang.String msg)
           
WsdlTestRunContext(TestStep testStep)
           
 

Uses of TestStep in com.eviware.soapui.impl.wsdl.teststeps
 

Subinterfaces of TestStep in com.eviware.soapui.impl.wsdl.teststeps
 interface HttpTestRequestStepInterface
           
 interface RestTestRequestStepInterface
           
 

Classes in com.eviware.soapui.impl.wsdl.teststeps that implement TestStep
 class AMFRequestTestStep
           
 class HttpTestRequestStep
           
 class JdbcRequestTestStep
          WsdlTestStep that executes a WsdlTestRequest
 class ManualTestStep
           
 class PropertyTransfersTestStep
          WsdlTestStep for transferring values from a WsdlTestRequest response to a WsdlTestRequest request using XPath expressions
 class RestTestRequestStep
           
 class WsdlDelayTestStep
          TestStep that delays execution for a number of milliseconds
 class WsdlGotoTestStep
          TestStep that moves execution to another step based on the contents of a XML Property
 class WsdlGroovyScriptTestStep
          TestStep that executes an arbitraty Groovy script
 class WsdlMockResponseTestStep
           
 class WsdlPropertiesTestStep
          TestStep that holds an arbitrary number of custom properties
 class WsdlRunTestCaseTestStep
           
 class WsdlTestRequestStep
          WsdlTestStep that executes a WsdlTestRequest
 class WsdlTestStep
          Base class for WSDL TestCase test steps.
 class WsdlTestStepWithProperties
          Base class for WSDL TestCase test steps.
 

Methods in com.eviware.soapui.impl.wsdl.teststeps that return TestStep
 TestStep WsdlTestStepResult.getTestStep()
           
 TestStep WsdlTestRequestStep.getTestStep()
           
 TestStep WsdlMockResponseTestStep.getTestStep()
           
 TestStep TestRequest.getTestStep()
           
 TestStep RestTestRequestStep.getTestStep()
           
 TestStep JdbcRequestTestStep.getTestStep()
           
 TestStep HttpTestRequestStep.getTestStep()
           
 TestStep AMFRequestTestStep.getTestStep()
           
 

Constructors in com.eviware.soapui.impl.wsdl.teststeps with parameters of type TestStep
PropertyTransfer(TestStep testStep)
           
PropertyTransfer(TestStep testStep, com.eviware.soapui.config.PropertyTransferConfig config)
           
 

Uses of TestStep in com.eviware.soapui.impl.wsdl.teststeps.registry
 

Classes in com.eviware.soapui.impl.wsdl.teststeps.registry that implement TestStep
static class ProPlaceholderStepFactory.WsdlProPlaceholderTestStep
           
 

Uses of TestStep in com.eviware.soapui.model.security
 

Methods in com.eviware.soapui.model.security that return TestStep
 TestStep SecurityScan.getTestStep()
           
 

Methods in com.eviware.soapui.model.security with parameters of type TestStep
 SecurityScanResult SecurityScan.run(TestStep testStep, SecurityTestRunContext context, SecurityTestRunner securityTestRunner)
           
 void SecurityScan.setTestStep(TestStep step)
           
 

Uses of TestStep in com.eviware.soapui.model.support
 

Methods in com.eviware.soapui.model.support that return TestStep
 TestStep DefaultTestStepProperty.getTestStep()
           
 

Methods in com.eviware.soapui.model.support with parameters of type TestStep
 void TestRunListenerAdapter.beforeStep(TestCaseRunner testRunner, TestCaseRunContext runContext, TestStep testStep)
           
 void LoadTestRunListenerAdapter.beforeTestStep(LoadTestRunner loadTestRunner, LoadTestRunContext context, TestCaseRunner testRunner, TestCaseRunContext runContext, TestStep testStep)
           
 java.lang.Object AbstractSubmitContext.getProperty(java.lang.String name, TestStep testStep, WsdlTestCase testCase)
           
 void TestSuiteListenerAdapter.testStepAdded(TestStep testStep, int index)
           
 void TestSuiteListenerAdapter.testStepMoved(TestStep testStep, int fromIndex, int offset)
           
 void TestSuiteListenerAdapter.testStepRemoved(TestStep testStep, int index)
           
 

Uses of TestStep in com.eviware.soapui.model.testsuite
 

Subinterfaces of TestStep in com.eviware.soapui.model.testsuite
 interface OperationTestStep
          A TestStep in a TestCase
 interface SamplerTestStep
           
 

Methods in com.eviware.soapui.model.testsuite with type parameters of type TestStep
<T extends TestStep>
T
TestCase.findNextStepOfType(TestStep referenceStep, java.lang.Class<T> stepClass)
           
<T extends TestStep>
T
TestCase.findPreviousStepOfType(TestStep referenceStep, java.lang.Class<T> stepClass)
           
<T extends TestStep>
java.util.List<T>
TestCase.getTestStepsOfType(java.lang.Class<T> stepType)
           
 

Methods in com.eviware.soapui.model.testsuite that return TestStep
 TestStep TestCaseRunContext.getCurrentStep()
           
 TestStep TestStepResult.getTestStep()
           
 TestStep TestStepProperty.getTestStep()
           
 TestStep SamplerTestStep.getTestStep()
           
 TestStep Assertable.getTestStep()
           
 TestStep TestCase.getTestStepAt(int index)
           
 TestStep TestCase.getTestStepByName(java.lang.String stepName)
           
 

Methods in com.eviware.soapui.model.testsuite that return types with arguments of type TestStep
 java.util.List<TestStep> TestCase.getTestStepList()
           
 

Methods in com.eviware.soapui.model.testsuite with parameters of type TestStep
 void TestRunListener.beforeStep(TestCaseRunner testRunner, TestCaseRunContext runContext, TestStep testStep)
           
 void LoadTestRunListener.beforeTestStep(LoadTestRunner loadTestRunner, LoadTestRunContext context, TestCaseRunner testRunner, TestCaseRunContext runContext, TestStep testStep)
          Called before the execution of a teststep
<T extends TestStep>
T
TestCase.findNextStepOfType(TestStep referenceStep, java.lang.Class<T> stepClass)
           
<T extends TestStep>
T
TestCase.findPreviousStepOfType(TestStep referenceStep, java.lang.Class<T> stepClass)
           
 int TestCase.getIndexOfTestStep(TestStep testStep)
           
 void TestSuiteListener.testStepAdded(TestStep testStep, int index)
           
 void TestSuiteListener.testStepMoved(TestStep testStep, int fromIndex, int offset)
           
 void TestSuiteListener.testStepRemoved(TestStep testStep, int index)
           
 

Uses of TestStep in com.eviware.soapui.model.tree.nodes
 

Methods in com.eviware.soapui.model.tree.nodes with parameters of type TestStep
 void TestCaseTreeNode.testStepInserted(TestStep testStep, int index)
           
 void TestCaseTreeNode.TestStepsTreeNode.testStepInserted(TestStep testStep, int index)
           
 void TestCaseTreeNode.testStepMoved(TestStep testStep, int fromIndex, int offset)
           
 void TestCaseTreeNode.TestStepsTreeNode.testStepMoved(TestStep testStep, int fromIndex, int offset)
           
 void TestCaseTreeNode.testStepRemoved(TestStep testStep, int index)
           
 void TestCaseTreeNode.TestStepsTreeNode.testStepRemoved(TestStep testStep, int index)
           
 

Constructors in com.eviware.soapui.model.tree.nodes with parameters of type TestStep
TestStepTreeNode(TestStep testStep, ModelItem parent, SoapUITreeModel treeModel)
           
 

Uses of TestStep in com.eviware.soapui.model.tree.nodes.support
 

Methods in com.eviware.soapui.model.tree.nodes.support with parameters of type TestStep
 void WsdlTestStepsModelItem.InternalTestSuiteListener.testStepAdded(TestStep testStep, int index)
           
 void WsdlTestStepsModelItem.InternalTestSuiteListener.testStepRemoved(TestStep testStep, int index)
           
 

Uses of TestStep in com.eviware.soapui.report
 

Methods in com.eviware.soapui.report with parameters of type TestStep
 void JUnitReportCollector.beforeStep(TestCaseRunner testRunner, TestCaseRunContext runContext, TestStep testStep)
           
 

Uses of TestStep in com.eviware.soapui.security
 

Methods in com.eviware.soapui.security that return TestStep
 TestStep SecurityTestRunnerImpl.cloneForSecurityScan(WsdlTestStep sourceTestStep)
          Clones original TestStep for security modification this does not alter the original test step
static TestStep SecurityTestRunnerImpl.cloneTestStepForSecurityScan(WsdlTestStep sourceTestStep)
          Clones original TestStep for security modification this does not alter the original test step
 

Methods in com.eviware.soapui.security that return types with arguments of type TestStep
 java.util.Map<TestStep,SecurityTestStepResult> SecurityTest.getSecurityTestStepResultMap()
           
 

Methods in com.eviware.soapui.security with parameters of type TestStep
 SecurityScan SecurityTest.addNewSecurityScan(TestStep testStep, java.lang.String securityScanName)
          Adds new securityScan for the specific TestStep by Security Scan Type
 SecurityScan SecurityTest.addSecurityScan(TestStep testStep, SecurityScanFactory factory, com.eviware.soapui.config.SecurityScanConfig newScanConfig)
          Adds a securityScan for the specific TestStep
 void SecurityTest.addTestStepRunListener(TestStep testStep, SecurityTestRunListener listener)
           
 boolean SecurityTest.canAddSecurityScan(TestStep testStep, java.lang.String securityScanName)
          Checks if we can add new SecurityScan for the specific TestStep (only one type of SecurityScan for TestStep is allowed)
 java.lang.String[] SecurityTest.getAvailableSecurityScanNames(TestStep testStep, java.lang.String[] securityScanNames)
          Creates array of all available security scan names (those that have not been added to test step).
 SecurityTestRunListener[] SecurityTest.getTestStepRunListeners(TestStep testStep)
           
 boolean SecurityTest.importSecurityScan(TestStep targetTestStep, SecurityScan securityScanToClone, boolean overwrite)
           
 SecurityScan SecurityTest.moveTestStepSecurityScan(TestStep testStep, SecurityScan securityScan, int index, int offset)
          Moves specified SecurityScan of a TestStep in a list
 void SecurityTest.putSecurityTestStepResult(TestStep testStep, SecurityTestStepResult securityTestStepResult)
          Puts result of a SecurityTest on a TestStep level to a map, if map previously contained value for specified TestStep it is being replaced with the new result value
 void SecurityTest.removeSecurityScan(TestStep testStep, SecurityScan securityScan)
          Remove securityScan for the specific TestStep
 void SecurityTest.removeSecurityScanWhenRemoveTestStep(TestStep testStep, SecurityScan securityScan)
           
 void SecurityTest.removeTestStepRunListener(TestStep testStep, SecurityTestRunListener listener)
           
 TestStepResult SecurityTestRunnerImpl.runTestStep(TestStep testStep, boolean discard, boolean process)
           
 SecurityScanResult SecurityTestRunnerImpl.runTestStepSecurityScan(SecurityTestRunContext runContext, TestStep currentStep, SecurityScan securityScan)
           
 SecurityScanResult SecurityTestRunner.runTestStepSecurityScan(SecurityTestRunContext runContext, TestStep testStep, SecurityScan securityScan)
           
protected  boolean SecurityTest.skipTest(TestStep testStep)
           
 

Uses of TestStep in com.eviware.soapui.security.boundary
 

Constructors in com.eviware.soapui.security.boundary with parameters of type TestStep
SchemeTypeExtractor(TestStep testStep)
           
 

Uses of TestStep in com.eviware.soapui.security.log
 

Methods in com.eviware.soapui.security.log with parameters of type TestStep
 boolean SecurityTestLogModel.addSecurityTestStepResult(TestStep testStep)
          called before TestStep SecurityScans just to mark beginning of TestStep SecurityLog part to be updated after step scans finish with proper values
 boolean JSecurityTestRunLog.addSecurityTestStepResult(TestStep testStep)
           
 

Uses of TestStep in com.eviware.soapui.security.panels
 

Methods in com.eviware.soapui.security.panels that return TestStep
 TestStep TestStepNode.getTestStep()
           
protected  TestStep SecurityTreeCellRender.TestStepCellRender.getTestStep()
           
 

Methods in com.eviware.soapui.security.panels with parameters of type TestStep
 void SecurityTreeRootNode.add(TestStep testStep)
           
protected  TestStepNode SecurityScanTree.getTestStepNode(TestStep testStep)
           
 void SecurityScanTree.insertNodeInto(TestStep testStep)
           
 javax.swing.tree.TreePath SecurityScanTree.moveTestStepNode(TestStep testStep, int index, int offset)
          moves test step returns new index/row where test step is inserted
 void SecurityScanTree.removeTestStep(TestStep testStep)
           
 

Constructors in com.eviware.soapui.security.panels with parameters of type TestStep
TestStepNode(SecurityTreeRootNode securityTreeRootNode, TestStep step, java.util.List<SecurityScan> list)
           
 

Uses of TestStep in com.eviware.soapui.security.registry
 

Methods in com.eviware.soapui.security.registry with parameters of type TestStep
 AbstractSecurityScan XPathInjectionSecurityScanFactory.buildSecurityScan(TestStep testStep, com.eviware.soapui.config.SecurityScanConfig config, ModelItem parent)
           
 AbstractSecurityScan XmlBombSecurityScanFactory.buildSecurityScan(TestStep testStep, com.eviware.soapui.config.SecurityScanConfig config, ModelItem parent)
           
 AbstractSecurityScan SQLInjectionScanFactory.buildSecurityScan(TestStep testStep, com.eviware.soapui.config.SecurityScanConfig config, ModelItem parent)
           
 SecurityScan SecurityScanFactory.buildSecurityScan(TestStep testStep, com.eviware.soapui.config.SecurityScanConfig config, ModelItem parent)
           
 AbstractSecurityScan MaliciousAttachmentSecurityScanFactory.buildSecurityScan(TestStep testStep, com.eviware.soapui.config.SecurityScanConfig config, ModelItem parent)
           
 AbstractSecurityScan MalformedXmlSecurityScanFactory.buildSecurityScan(TestStep testStep, com.eviware.soapui.config.SecurityScanConfig config, ModelItem parent)
           
 AbstractSecurityScan InvalidTypesSecurityScanFactory.buildSecurityScan(TestStep testStep, com.eviware.soapui.config.SecurityScanConfig config, ModelItem parent)
           
 AbstractSecurityScan GroovySecurityScanFactory.buildSecurityScan(TestStep testStep, com.eviware.soapui.config.SecurityScanConfig config, ModelItem parent)
           
 AbstractSecurityScan FuzzerSecurityScanFactory.buildSecurityScan(TestStep testStep, com.eviware.soapui.config.SecurityScanConfig config, ModelItem parent)
           
 AbstractSecurityScan CrossSiteScriptingScanFactory.buildSecurityScan(TestStep testStep, com.eviware.soapui.config.SecurityScanConfig config, ModelItem parent)
           
 AbstractSecurityScan BoundarySecurityScanFactory.buildSecurityScan(TestStep testStep, com.eviware.soapui.config.SecurityScanConfig config, ModelItem parent)
           
abstract  AbstractSecurityScan AbstractSecurityScanFactory.buildSecurityScan(TestStep testStep, com.eviware.soapui.config.SecurityScanConfig config, ModelItem parent)
           
 boolean XPathInjectionSecurityScanFactory.canCreate(TestStep testStep)
           
 boolean XmlBombSecurityScanFactory.canCreate(TestStep testStep)
           
 boolean SQLInjectionScanFactory.canCreate(TestStep testStep)
           
 boolean SecurityScanFactory.canCreate(TestStep testStep)
          True for test step on which this check could be applied.
 boolean MaliciousAttachmentSecurityScanFactory.canCreate(TestStep testStep)
           
 boolean MalformedXmlSecurityScanFactory.canCreate(TestStep testStep)
           
 boolean InvalidTypesSecurityScanFactory.canCreate(TestStep testStep)
           
 boolean GroovySecurityScanFactory.canCreate(TestStep testStep)
           
 boolean FuzzerSecurityScanFactory.canCreate(TestStep testStep)
           
 boolean CrossSiteScriptingScanFactory.canCreate(TestStep testStep)
           
 boolean BoundarySecurityScanFactory.canCreate(TestStep testStep)
           
abstract  boolean AbstractSecurityScanFactory.canCreate(TestStep testStep)
          True for test step on which this scan could be aplied.
 java.lang.String[] SecurityScanRegistry.getAvailableSecurityScansNames(TestStep testStep)
           
 

Uses of TestStep in com.eviware.soapui.security.result
 

Methods in com.eviware.soapui.security.result that return TestStep
 TestStep SecurityTestStepResult.getTestStep()
           
 

Constructors in com.eviware.soapui.security.result with parameters of type TestStep
SecurityTestStepResult(TestStep testStep, TestStepResult originalResult)
           
 

Uses of TestStep in com.eviware.soapui.security.scan
 

Methods in com.eviware.soapui.security.scan that return TestStep
 TestStep PropertyMutation.getTestStep()
           
 TestStep AbstractSecurityScan.getTestStep()
           
 

Methods in com.eviware.soapui.security.scan with parameters of type TestStep
protected  void XPathInjectionSecurityScan.execute(SecurityTestRunner runner, TestStep testStep, SecurityTestRunContext context)
           
protected  void XmlBombSecurityScan.execute(SecurityTestRunner securityTestRunner, TestStep testStep, SecurityTestRunContext context)
           
protected  void SQLInjectionScan.execute(SecurityTestRunner securityTestRunner, TestStep testStep, SecurityTestRunContext context)
           
protected  void MaliciousAttachmentSecurityScan.execute(SecurityTestRunner securityTestRunner, TestStep testStep, SecurityTestRunContext context)
           
protected  void MalformedXmlSecurityScan.execute(SecurityTestRunner runner, TestStep testStep, SecurityTestRunContext context)
           
protected  void InvalidTypesSecurityScan.execute(SecurityTestRunner securityTestRunner, TestStep testStep, SecurityTestRunContext context)
           
protected  void GroovySecurityScan.execute(SecurityTestRunner securityTestRunner, TestStep testStep, SecurityTestRunContext context)
           
protected  void FuzzerSecurityScan.execute(SecurityTestRunner runner, TestStep testStep, SecurityTestRunContext context)
           
protected  void CrossSiteScriptingScan.execute(SecurityTestRunner securityTestRunner, TestStep testStep, SecurityTestRunContext context)
           
protected  void BoundarySecurityScan.execute(SecurityTestRunner securityTestRunner, TestStep testStep, SecurityTestRunContext context)
           
protected abstract  void AbstractSecurityScan.execute(SecurityTestRunner runner, TestStep testStep, SecurityTestRunContext context)
          should be implemented in every particular scan it executes one request, modified by securityScan if necessary and internally adds messages for logging to SecurityScanRequestResult
protected  TestRequest AbstractSecurityScan.getOriginalResult(SecurityTestRunnerImpl securityRunner, TestStep testStep)
           
protected  TestRequest AbstractSecurityScan.getRequest(TestStep testStep)
           
protected  boolean XPathInjectionSecurityScan.hasNext(TestStep testStep, SecurityTestRunContext context)
           
protected  boolean XmlBombSecurityScan.hasNext(TestStep testStep, SecurityTestRunContext context)
           
protected  boolean SQLInjectionScan.hasNext(TestStep testStep, SecurityTestRunContext context)
           
protected  boolean MaliciousAttachmentSecurityScan.hasNext(TestStep testStep, SecurityTestRunContext context)
           
protected  boolean MalformedXmlSecurityScan.hasNext(TestStep testStep, SecurityTestRunContext context)
           
protected  boolean InvalidTypesSecurityScan.hasNext(TestStep testStep, SecurityTestRunContext context)
           
protected  boolean GroovySecurityScan.hasNext(TestStep testStep, SecurityTestRunContext context)
           
protected  boolean FuzzerSecurityScan.hasNext(TestStep testStep2, SecurityTestRunContext context)
           
protected  boolean CrossSiteScriptingScan.hasNext(TestStep testStep, SecurityTestRunContext context)
           
protected  boolean BoundarySecurityScan.hasNext(TestStep testStep, SecurityTestRunContext context)
          this method uses context to handle list of mutated request
protected abstract  boolean AbstractSecurityScan.hasNext(TestStep testStep2, SecurityTestRunContext context)
          checks if specific SecurityScan still has modifications left
static boolean AbstractSecurityScan.isSecurable(TestStep testStep)
           
protected  void MalformedXmlSecurityScan.mutateParameters(TestStep testStep, SecurityTestRunContext context)
           
 SecurityScanResult AbstractSecurityScan.run(TestStep testStep, SecurityTestRunContext context, SecurityTestRunner securityTestRunner)
           
 void PropertyMutation.setTestStep(TestStep testStep)
           
 void AbstractSecurityScan.setTestStep(TestStep step)
           
protected  StringToStringMap MalformedXmlSecurityScan.update(TestStep testStep, SecurityTestRunContext context)
           
 void PropertyMutation.updateRequestProperty(TestStep testStep)
           
 

Constructors in com.eviware.soapui.security.scan with parameters of type TestStep
AbstractSecurityScan(TestStep testStep, com.eviware.soapui.config.SecurityScanConfig config, ModelItem parent, java.lang.String icon)
           
AbstractSecurityScanWithProperties(TestStep testStep, com.eviware.soapui.config.SecurityScanConfig config, ModelItem parent, java.lang.String icon)
           
BoundarySecurityScan(TestStep testStep, com.eviware.soapui.config.SecurityScanConfig config, ModelItem parent, java.lang.String icon)
           
CrossSiteScriptingScan(TestStep testStep, com.eviware.soapui.config.SecurityScanConfig config, ModelItem parent, java.lang.String icon)
           
FuzzerSecurityScan(TestStep testStep, com.eviware.soapui.config.SecurityScanConfig config, ModelItem parent, java.lang.String icon)
           
GroovySecurityScan(TestStep testStep, com.eviware.soapui.config.SecurityScanConfig config, ModelItem parent, java.lang.String icon)
           
InvalidTypesSecurityScan(TestStep testStep, com.eviware.soapui.config.SecurityScanConfig config, ModelItem parent, java.lang.String icon)
           
MalformedXmlSecurityScan(TestStep testStep, com.eviware.soapui.config.SecurityScanConfig config, ModelItem parent, java.lang.String icon)
           
MaliciousAttachmentSecurityScan(TestStep testStep, com.eviware.soapui.config.SecurityScanConfig newConfig, ModelItem parent, java.lang.String icon)
           
SQLInjectionScan(TestStep testStep, com.eviware.soapui.config.SecurityScanConfig config, ModelItem parent, java.lang.String icon)
           
XmlBombSecurityScan(TestStep testStep, com.eviware.soapui.config.SecurityScanConfig config, ModelItem parent, java.lang.String icon)
           
XPathInjectionSecurityScan(TestStep testStep, com.eviware.soapui.config.SecurityScanConfig config, ModelItem parent, java.lang.String icon)
           
 

Uses of TestStep in com.eviware.soapui.support
 

Methods in com.eviware.soapui.support with parameters of type TestStep
static XmlObjectTreeModel SecurityScanUtil.getXmlObjectTreeModel(TestStep testStep, SecurityCheckedParameter scp)
           
static boolean SecurityScanUtil.scanIsApplicableForTestStep(TestStep testStep, java.lang.String scanName)
          checks if scan is applicable for provided testStep
 

Uses of TestStep in com.eviware.soapui.tools
 

Methods in com.eviware.soapui.tools with parameters of type TestStep
 void SoapUITestCaseRunner.beforeStep(TestCaseRunner testRunner, TestCaseRunContext runContext, TestStep currentStep)
           
 void SoapUISecurityTestRunner.beforeStep(TestCaseRunner testRunner, TestCaseRunContext runContext, TestStep currentStep)
           
 void AbstractSoapUITestRunner.beforeStep(TestCaseRunner testRunner, TestCaseRunContext runContext, TestStep currentStep)
           
 void SoapUILoadTestRunner.beforeTestStep(LoadTestRunner loadTestRunner, LoadTestRunContext context, TestCaseRunner testRunner, TestCaseRunContext runContext, TestStep testStep)
           
 



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