public abstract class AbstractAddToTestCaseAction<T extends com.eviware.soapui.model.ModelItem>
extends com.eviware.soapui.support.action.support.AbstractSoapUIAction<T>
Modifier and Type | Field and Description |
---|---|
static String |
TEST_CASE_NAME |
Constructor and Description |
---|
AbstractAddToTestCaseAction(String name,
String description) |
Modifier and Type | Method and Description |
---|---|
protected static WsdlTestCase |
addNewTestSuiteAndTestCase(WsdlProject project,
String questionText) |
protected static WsdlTestCase |
addNewTestSuiteAndTestCaseSilent(WsdlProject project,
String testSuiteName,
String testCaseName) |
static WsdlTestCase |
getTargetTestCase(WsdlProject project) |
addPropertyChangeListener, addPropertyChangeListener, applies, getDescription, getIconPath, getId, getName, getStartTrialAction, getStartTrialActionParameters, isDefault, isEnabled, isLicenseDependent, isLicenseValid, isTrialAvailable, needShowStartTrialTooltip, perform, removePropertyChangeListener, removePropertyChangeListener, setDescription, setEnabled, setIconPath, setName, shouldBeEnabledFor
public static final String TEST_CASE_NAME
public static WsdlTestCase getTargetTestCase(WsdlProject project)
protected static WsdlTestCase addNewTestSuiteAndTestCase(WsdlProject project, String questionText)
protected static WsdlTestCase addNewTestSuiteAndTestCaseSilent(WsdlProject project, String testSuiteName, String testCaseName)
Copyright © 2019. All rights reserved.