public abstract class GraphQLTestRequestTestStepWithSchema extends com.eviware.soapui.impl.wsdl.teststeps.WsdlTestStepWithProperties implements GraphQLTestRequestStepInterface, com.eviware.soapui.security.Securable, com.eviware.soapui.environmentspec.AuthProfileHolderContainer
| Modifier and Type | Class and Description |
|---|---|
class |
GraphQLTestRequestTestStepWithSchema.InternalInterfaceListener |
class |
GraphQLTestRequestTestStepWithSchema.InternalProjectListener |
RAW_RESPONSE, RESPONSE, RESPONSE_AS_XMLREQUEST_BODY_PROPERTY_NAME| Constructor and Description |
|---|
GraphQLTestRequestTestStepWithSchema(com.eviware.soapui.impl.wsdl.testcase.WsdlTestCase testCase,
com.eviware.soapui.config.TestStepConfig config,
boolean forLoadTest,
String iconName) |
| Modifier and Type | Method and Description |
|---|---|
com.eviware.soapui.model.testsuite.TestAssertion |
addAssertion(String type) |
void |
addAssertionsListener(com.eviware.soapui.model.testsuite.AssertionsListener listener) |
void |
beforeSave() |
com.eviware.soapui.model.testsuite.TestAssertion |
cloneAssertion(com.eviware.soapui.model.testsuite.TestAssertion source,
String name) |
boolean |
dependsOn(com.eviware.soapui.impl.wsdl.AbstractWsdlModelItem<?> modelItem) |
String |
getAssertableContent() |
String |
getAssertableContentAsXml() |
com.eviware.soapui.impl.wsdl.teststeps.assertions.TestAssertionRegistry.AssertableType |
getAssertableType() |
com.eviware.soapui.impl.wsdl.teststeps.WsdlMessageAssertion |
getAssertionAt(int index) |
com.eviware.soapui.model.testsuite.TestAssertion |
getAssertionByName(String name) |
int |
getAssertionCount() |
List<com.eviware.soapui.model.testsuite.TestAssertion> |
getAssertionList() |
Map<String,com.eviware.soapui.model.testsuite.TestAssertion> |
getAssertions() |
com.eviware.soapui.model.testsuite.Assertable.AssertionStatus |
getAssertionStatus() |
com.eviware.soapui.impl.AuthRepository.AuthProfileHolder |
getAuthProfileHolder() |
String |
getDefaultAssertableContent() |
com.eviware.soapui.impl.graphql.GraphQLOperation |
getGraphQLOperation() |
com.eviware.soapui.config.GraphQLTestRequestWithSchemaConfig |
getGraphQLStepConfig() |
com.eviware.soapui.impl.support.AbstractHttpRequest<?> |
getHttpRequest() |
ImageIcon |
getIcon() |
com.eviware.soapui.model.iface.Interface |
getInterface() |
com.eviware.soapui.model.propertyexpansion.PropertyExpansion[] |
getPropertyExpansions() |
GraphQLTestRequestWithSchema |
getTestRequest() |
com.eviware.soapui.model.testsuite.TestStep |
getTestStep() |
com.eviware.soapui.model.testsuite.TestAssertion |
moveAssertion(int ix,
int offset) |
void |
propertyChange(PropertyChangeEvent event) |
void |
release() |
void |
removeAssertion(com.eviware.soapui.model.testsuite.TestAssertion assertion) |
void |
removeAssertionsListener(com.eviware.soapui.model.testsuite.AssertionsListener listener) |
void |
resetConfigOnMove(com.eviware.soapui.config.TestStepConfig config) |
void |
resolve(com.eviware.soapui.support.resolver.ResolveContext<?> context) |
com.eviware.soapui.model.testsuite.TestStepResult |
run(com.eviware.soapui.model.testsuite.TestCaseRunner testRunner,
com.eviware.soapui.model.testsuite.TestCaseRunContext testRunContext) |
void |
setGraphQLOperation(com.eviware.soapui.impl.graphql.GraphQLOperation operation,
com.eviware.soapui.impl.rest.RestRequestInterface.HttpMethod method) |
void |
setName(String name) |
addProperty, addProperty, addTestPropertyListener, createNoLicenseResult, deleteProperty, firePropertiesAdded, firePropertiesRemoved, firePropertyAdded, firePropertyMoved, firePropertyRemoved, firePropertyRenamed, firePropertyValueChanged, getFailedResultBasedOnRunContext, getProperties, getProperty, getPropertyAt, getPropertyCount, getPropertyList, getPropertyNames, getPropertyValue, hasProperties, hasProperty, moveProperty, moveProperty, propertyRenamed, removeTestPropertyListener, setPropertyValueafterCopy, afterCreateFromGUI, cancel, clone, createPanelBuilder, finish, getDefaultSourcePropertyName, getDefaultTargetPropertyName, getLabel, getModelItem, getPropertiesLabel, getRequiredInterfaces, getTestCase, getTestStepTitle, hasEditor, isDisabled, isForLoadTest, prepare, setDisabledaddExternalDependencies, afterLoad, afterSave, clearIdCache, createEventBusMessage, dependsOn, getConfig, getDescription, getExternalAction, getExternalDependencies, getId, getName, getParent, getSettings, getWsdlModelItemById, getWsdlModelItemByName, initItemOrder, initWsdlModelItemOrder, resetConfigOnMove, setConfig, setDescription, setExternalAction, setIcon, setSettingsaddPropertyChangeListener, addPropertyChangeListener, fireIndexedPropertyChange, getChildren, getDashboardDbId, getProject, isNotifyPropertyChanged, notifyPropertyChanged, removeModelItemFromConfig, removePropertyChangeListener, removePropertyChangeListener, setDashboardDbId, setNotifyPropertyChangedclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitclone, getDefaultSourcePropertyName, getDefaultTargetPropertyName, getTestCase, setDescriptioncancel, finish, getLabel, isDisabled, preparegetChildren, getDescription, getId, getName, getParent, getSettingsaddPropertyChangeListener, addPropertyChangeListener, removePropertyChangeListener, removePropertyChangeListeneraddTestPropertyListener, getModelItem, getProperties, getPropertiesLabel, getProperty, getPropertyAt, getPropertyCount, getPropertyList, getPropertyNames, getPropertyValue, hasProperty, removeTestPropertyListener, setPropertyValuepublic GraphQLTestRequestTestStepWithSchema(com.eviware.soapui.impl.wsdl.testcase.WsdlTestCase testCase,
com.eviware.soapui.config.TestStepConfig config,
boolean forLoadTest,
String iconName)
public com.eviware.soapui.impl.graphql.GraphQLOperation getGraphQLOperation()
public void setGraphQLOperation(com.eviware.soapui.impl.graphql.GraphQLOperation operation,
com.eviware.soapui.impl.rest.RestRequestInterface.HttpMethod method)
public com.eviware.soapui.config.GraphQLTestRequestWithSchemaConfig getGraphQLStepConfig()
public com.eviware.soapui.model.propertyexpansion.PropertyExpansion[] getPropertyExpansions()
getPropertyExpansions in interface com.eviware.soapui.model.propertyexpansion.PropertyExpansionContainerpublic com.eviware.soapui.model.testsuite.TestStepResult run(com.eviware.soapui.model.testsuite.TestCaseRunner testRunner,
com.eviware.soapui.model.testsuite.TestCaseRunContext testRunContext)
run in interface com.eviware.soapui.model.testsuite.TestSteppublic com.eviware.soapui.impl.AuthRepository.AuthProfileHolder getAuthProfileHolder()
getAuthProfileHolder in interface com.eviware.soapui.environmentspec.AuthProfileHolderContainerpublic GraphQLTestRequestWithSchema getTestRequest()
getTestRequest in interface com.eviware.soapui.impl.wsdl.teststeps.HttpTestRequestStepInterfacegetTestRequest in interface com.eviware.soapui.model.testsuite.SamplerTestSteppublic void setName(String name)
setName in interface com.eviware.soapui.impl.wsdl.teststeps.HttpTestRequestStepInterfacesetName in interface com.eviware.soapui.model.ModelItemsetName in class com.eviware.soapui.impl.wsdl.teststeps.WsdlTestSteppublic com.eviware.soapui.impl.support.AbstractHttpRequest<?> getHttpRequest()
getHttpRequest in interface com.eviware.soapui.impl.support.http.HttpRequestTestSteppublic com.eviware.soapui.model.testsuite.TestAssertion addAssertion(String type)
addAssertion in interface com.eviware.soapui.model.testsuite.Assertablepublic void addAssertionsListener(com.eviware.soapui.model.testsuite.AssertionsListener listener)
addAssertionsListener in interface com.eviware.soapui.model.testsuite.Assertablepublic void removeAssertionsListener(com.eviware.soapui.model.testsuite.AssertionsListener listener)
removeAssertionsListener in interface com.eviware.soapui.model.testsuite.Assertablepublic int getAssertionCount()
getAssertionCount in interface com.eviware.soapui.model.testsuite.Assertablepublic com.eviware.soapui.impl.wsdl.teststeps.WsdlMessageAssertion getAssertionAt(int index)
getAssertionAt in interface com.eviware.soapui.model.testsuite.Assertablepublic void removeAssertion(com.eviware.soapui.model.testsuite.TestAssertion assertion)
removeAssertion in interface com.eviware.soapui.model.testsuite.Assertablepublic com.eviware.soapui.model.testsuite.Assertable.AssertionStatus getAssertionStatus()
getAssertionStatus in interface com.eviware.soapui.model.testsuite.Assertablepublic String getAssertableContentAsXml()
getAssertableContentAsXml in interface com.eviware.soapui.model.testsuite.Assertablepublic String getAssertableContent()
getAssertableContent in interface com.eviware.soapui.model.testsuite.Assertablepublic String getDefaultAssertableContent()
getDefaultAssertableContent in interface com.eviware.soapui.model.testsuite.Assertablepublic com.eviware.soapui.impl.wsdl.teststeps.assertions.TestAssertionRegistry.AssertableType getAssertableType()
getAssertableType in interface com.eviware.soapui.model.testsuite.Assertablepublic List<com.eviware.soapui.model.testsuite.TestAssertion> getAssertionList()
getAssertionList in interface com.eviware.soapui.model.testsuite.Assertablepublic com.eviware.soapui.model.testsuite.TestAssertion getAssertionByName(String name)
getAssertionByName in interface com.eviware.soapui.model.testsuite.Assertablepublic com.eviware.soapui.model.testsuite.TestStep getTestStep()
getTestStep in interface com.eviware.soapui.model.testsuite.AssertablegetTestStep in interface com.eviware.soapui.model.testsuite.SamplerTestSteppublic com.eviware.soapui.model.iface.Interface getInterface()
getInterface in interface com.eviware.soapui.model.testsuite.Assertablepublic com.eviware.soapui.model.testsuite.TestAssertion cloneAssertion(com.eviware.soapui.model.testsuite.TestAssertion source,
String name)
cloneAssertion in interface com.eviware.soapui.model.testsuite.Assertablepublic Map<String,com.eviware.soapui.model.testsuite.TestAssertion> getAssertions()
getAssertions in interface com.eviware.soapui.model.testsuite.Assertablepublic com.eviware.soapui.model.testsuite.TestAssertion moveAssertion(int ix,
int offset)
moveAssertion in interface com.eviware.soapui.model.testsuite.Assertablepublic void propertyChange(PropertyChangeEvent event)
propertyChange in interface PropertyChangeListenerpublic void release()
release in interface com.eviware.soapui.impl.wsdl.teststeps.HttpTestRequestStepInterfacerelease in interface com.eviware.soapui.model.Releasablerelease in class com.eviware.soapui.impl.wsdl.teststeps.WsdlTestStepWithPropertiespublic void resolve(com.eviware.soapui.support.resolver.ResolveContext<?> context)
resolve in interface com.eviware.soapui.impl.wsdl.teststeps.HttpTestRequestStepInterfaceresolve in class com.eviware.soapui.impl.wsdl.AbstractWsdlModelItem<com.eviware.soapui.config.TestStepConfig>public void beforeSave()
beforeSave in interface com.eviware.soapui.impl.wsdl.teststeps.HttpTestRequestStepInterfacebeforeSave in class com.eviware.soapui.impl.wsdl.AbstractWsdlModelItem<com.eviware.soapui.config.TestStepConfig>public ImageIcon getIcon()
getIcon in interface com.eviware.soapui.model.ModelItemgetIcon in class com.eviware.soapui.impl.wsdl.AbstractWsdlModelItem<com.eviware.soapui.config.TestStepConfig>public void resetConfigOnMove(com.eviware.soapui.config.TestStepConfig config)
resetConfigOnMove in interface com.eviware.soapui.impl.wsdl.teststeps.HttpTestRequestStepInterfaceresetConfigOnMove in class com.eviware.soapui.impl.wsdl.teststeps.WsdlTestSteppublic boolean dependsOn(com.eviware.soapui.impl.wsdl.AbstractWsdlModelItem<?> modelItem)
dependsOn in interface com.eviware.soapui.impl.wsdl.teststeps.HttpTestRequestStepInterfacedependsOn in class com.eviware.soapui.impl.wsdl.teststeps.WsdlTestStepCopyright © 2019. All rights reserved.