public class ServiceObject extends Object
| Constructor and Description |
|---|
ServiceObject() |
public ServiceObject setServiceObject(String TestSuite, String TestCaseID, String RunFlag, String Description, String InterfaceType, String UriPath, String ContentType, String Method, String Option, String RequestHeaders, String TemplateFile, String RequestBody, String OutputParams, String RespCodeExp, String ExpectedResponse, String TcComments, String tcName, String tcIndex, String testType)
public ServiceObject setServiceObject(Object[] testData)
public ServiceObject withTestSuite(String testSuite)
public String getTestSuite()
public ServiceObject withTestCaseID(String testCaseID)
public String getTestCaseID()
public ServiceObject withRunFlag(String runFlag)
public String getRunFlag()
public ServiceObject withDescription(String Description)
public String getDescription()
public ServiceObject withInterfaceType(String InterfaceType)
public String getInterfaceType()
public ServiceObject withUriPath(String UriPath)
public String getUriPath()
public ServiceObject withContentType(String ContentType)
public String getContentType()
public ServiceObject withMethod(String Method)
public String getMethod()
public ServiceObject withOption(String Option)
public ServiceObject withParent(String parent)
public String getParent()
public String getOption()
public ServiceObject withRequestHeaders(String RequestHeaders)
public String getRequestHeaders()
public ServiceObject withTemplateFile(String TemplateFile)
public String getTemplateFile()
public ServiceObject withRequestBody(String RequestBody)
public String getRequestBody()
public ServiceObject withOutputParams(String OutputParams)
public String getOutputParams()
public ServiceObject withRespCodeExp(String RespCodeExp)
public String getRespCodeExp()
public ServiceObject withExpectedResponse(String ExpectedResponse)
public String getExpectedResponse()
public ServiceObject withTcComments(String TcComments)
public String getTcComments()
public ServiceObject withTcName(String tcName)
public String getTcName()
public String getTcType()
public ServiceObject withTcIndex(String tcIndex)
public String getTcIndex()
public String getTcCount()
Copyright © 2019. All rights reserved.