com.eviware.soapui.impl.wsdl.actions.iface.tools.support
Class SecurityTestRunnerAction

java.lang.Object
  extended by com.eviware.soapui.support.action.support.AbstractSoapUIAction<T>
      extended by com.eviware.soapui.impl.wsdl.actions.iface.tools.support.AbstractToolsAction<WsdlProject>
          extended by com.eviware.soapui.impl.wsdl.actions.iface.tools.soapui.TestRunnerAction
              extended by com.eviware.soapui.impl.wsdl.actions.iface.tools.support.SecurityTestRunnerAction
All Implemented Interfaces:
SoapUIAction<WsdlProject>, PropertyChangeNotifier

public class SecurityTestRunnerAction
extends TestRunnerAction


Nested Class Summary
 
Nested classes/interfaces inherited from class com.eviware.soapui.impl.wsdl.actions.iface.tools.support.AbstractToolsAction
AbstractToolsAction.CloseAction, AbstractToolsAction.GenerateAction, AbstractToolsAction.ShowIntegratedToolsSettingsAction
 
Field Summary
static java.lang.String SOAPUI_ACTION_ID
           
protected static java.lang.String TESTRUNNERPATH
           
 
Fields inherited from class com.eviware.soapui.impl.wsdl.actions.iface.tools.soapui.TestRunnerAction
ADDSETTINGS, advForm, COVERAGE, DOMAIN, ENABLEUI, ENDPOINT, EXPORTALL, EXPORTJUNITRESULTS, GENERATEREPORTSEACHTESTCASE, GLOBALPROPERTIES, HOSTPORT, IGNOREERRORS, mainForm, OPEN_REPORT, PASSWORD, PRINTREPORT, PROJECTPASSWORD, PROJECTPROPERTIES, propertyForm, proVersion, reportForm, REPORTFORMAT, ROOTFOLDER, SAVEAFTER, SAVEPROJECT, SOAPUISETTINGSPASSWORD, SYSTEMPROPERTIES, TESTCASE, TESTSUITE, testSuites, USERNAME, WSSTYPE
 
Fields inherited from class com.eviware.soapui.impl.wsdl.actions.iface.tools.support.AbstractToolsAction
CACHED_WSDL, JAVA_ARGS, TOOL_ARGS, valuesSettingID, WSDL
 
Fields inherited from interface com.eviware.soapui.support.action.SoapUIAction
ENABLED_PROPERTY
 
Constructor Summary
SecurityTestRunnerAction()
           
 
Method Summary
protected  ArgumentBuilder buildArgs(WsdlProject modelItem)
           
protected  com.eviware.x.form.XFormDialog buildDialog(WsdlProject modelItem)
           
protected  void generate(StringToStringMap values, ToolHost toolHost, WsdlProject modelItem)
           
protected  StringToStringMap initValues(WsdlProject modelItem, java.lang.Object param)
           
 
Methods inherited from class com.eviware.soapui.impl.wsdl.actions.iface.tools.soapui.TestRunnerAction
addProperties, addPropertyArguments, createRunOption, createTextArea, isProVersion
 
Methods inherited from class com.eviware.soapui.impl.wsdl.actions.iface.tools.support.AbstractToolsAction
addJavaArgs, addToolArgs, addWSDLFields, buildArgsForm, buildClasspath, buildDefaultActions, closeDialog, getDefinition, getDialog, getModelItem, getToolsSettingsAction, getValuesSettingID, getWsdlUrl, initWSDL, onClose, perform, performHeadless, run, setFixedWSDL, setToolsSettingsAction, setValuesSettingID
 
Methods inherited from class com.eviware.soapui.support.action.support.AbstractSoapUIAction
addPropertyChangeListener, addPropertyChangeListener, applies, getDescription, getId, getName, isDefault, isEnabled, removePropertyChangeListener, removePropertyChangeListener, setEnabled
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TESTRUNNERPATH

protected static final java.lang.String TESTRUNNERPATH
See Also:
Constant Field Values

SOAPUI_ACTION_ID

public static final java.lang.String SOAPUI_ACTION_ID
See Also:
Constant Field Values
Constructor Detail

SecurityTestRunnerAction

public SecurityTestRunnerAction()
Method Detail

buildDialog

protected com.eviware.x.form.XFormDialog buildDialog(WsdlProject modelItem)
Overrides:
buildDialog in class TestRunnerAction

initValues

protected StringToStringMap initValues(WsdlProject modelItem,
                                       java.lang.Object param)
Overrides:
initValues in class TestRunnerAction

buildArgs

protected ArgumentBuilder buildArgs(WsdlProject modelItem)
                             throws java.io.IOException
Overrides:
buildArgs in class TestRunnerAction
Throws:
java.io.IOException

generate

protected void generate(StringToStringMap values,
                        ToolHost toolHost,
                        WsdlProject modelItem)
                 throws java.lang.Exception
Overrides:
generate in class TestRunnerAction
Throws:
java.lang.Exception


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