public class GraphQLQueryTestStepFactory extends LicenseDependentTestStepFactory
Modifier and Type | Field and Description |
---|---|
static String |
GRAPHQL_QUERY_TYPE |
static String |
ICON_NAME |
Constructor and Description |
---|
GraphQLQueryTestStepFactory() |
Modifier and Type | Method and Description |
---|---|
com.eviware.soapui.impl.wsdl.teststeps.WsdlTestStep |
buildTestStep(com.eviware.soapui.impl.wsdl.testcase.WsdlTestCase testCase,
com.eviware.soapui.config.TestStepConfig config,
boolean forLoadTest) |
boolean |
canAddTestStepToTestCase(com.eviware.soapui.impl.wsdl.testcase.WsdlTestCase testCase) |
boolean |
canCreate() |
com.eviware.soapui.config.TestStepConfig |
createConfig(com.eviware.soapui.impl.graphql.GraphQLRequest request,
String stepName) |
com.eviware.soapui.config.TestStepConfig |
createNewTestStep(com.eviware.soapui.impl.graphql.GraphQLOperation operation,
String name) |
com.eviware.soapui.config.TestStepConfig |
createNewTestStep(com.eviware.soapui.impl.wsdl.testcase.WsdlTestCase testCase,
String name) |
com.eviware.soapui.config.TestStepConfig |
createNewTestStep(com.eviware.soapui.impl.wsdl.testcase.WsdlTestCase testCase,
String name,
com.eviware.soapui.impl.wsdl.teststeps.registry.WsdlTestStepFactory.Source source) |
public static final String GRAPHQL_QUERY_TYPE
public static final String ICON_NAME
public com.eviware.soapui.config.TestStepConfig createNewTestStep(com.eviware.soapui.impl.wsdl.testcase.WsdlTestCase testCase, String name, com.eviware.soapui.impl.wsdl.teststeps.registry.WsdlTestStepFactory.Source source)
createNewTestStep
in class com.eviware.soapui.impl.wsdl.teststeps.registry.WsdlTestStepFactory
public com.eviware.soapui.impl.wsdl.teststeps.WsdlTestStep buildTestStep(com.eviware.soapui.impl.wsdl.testcase.WsdlTestCase testCase, com.eviware.soapui.config.TestStepConfig config, boolean forLoadTest)
buildTestStep
in class com.eviware.soapui.impl.wsdl.teststeps.registry.WsdlTestStepFactory
public com.eviware.soapui.config.TestStepConfig createNewTestStep(com.eviware.soapui.impl.graphql.GraphQLOperation operation, String name)
public com.eviware.soapui.config.TestStepConfig createConfig(com.eviware.soapui.impl.graphql.GraphQLRequest request, String stepName)
public boolean canAddTestStepToTestCase(com.eviware.soapui.impl.wsdl.testcase.WsdlTestCase testCase)
public com.eviware.soapui.config.TestStepConfig createNewTestStep(com.eviware.soapui.impl.wsdl.testcase.WsdlTestCase testCase, String name)
createNewTestStep
in class com.eviware.soapui.impl.wsdl.teststeps.registry.WsdlTestStepFactory
public boolean canCreate()
canCreate
in class com.eviware.soapui.impl.wsdl.teststeps.registry.WsdlTestStepFactory
Copyright © 2019. All rights reserved.