Package core.support.objects
Class ServiceObject
java.lang.Object
core.support.objects.ServiceObject
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionio.restassured.specification.RequestSpecificationio.restassured.response.Responsestatic Stringstatic StringnormalizeLog(String value) setServiceObject(Object[] testData) 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, Object serviceSteps) withContentType(String ContentType) withDescription(String Description) withErrorMessages(List<String> errorMessages) withExpectedResponse(String ExpectedResponse) withHeaderMap(String testcaseId, ArrayList<String> header) withInterfaceType(String InterfaceType) withMethod(String Method) withOption(String Option) withOutputParams(String OutputParams) withParent(String parent) withRequest(io.restassured.specification.RequestSpecification request) withRequestBody(String RequestBody) withRequestHeaders(String RequestHeaders) withRespCodeExp(String RespCodeExp) withResponse(io.restassured.response.Response response) withRunFlag(String runFlag) withTcComments(String TcComments) withTcIndex(String tcIndex) withTcName(String tcName) withTcType(String testType) withTemplateFile(String TemplateFile) withTestCaseID(String testCaseID) withTestSuite(String testSuite) withUriPath(String UriPath)
-
Constructor Details
-
ServiceObject
public ServiceObject()
-
-
Method Details
-
setServiceObject
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, Object serviceSteps) -
setServiceObject
-
withTestSuite
-
getTestSuite
-
withTestCaseID
-
getTestCaseID
-
withRunFlag
-
getRunFlag
-
withDescription
-
getDescription
-
withInterfaceType
-
getInterfaceType
-
withUriPath
-
getUriPath
-
withContentType
-
getContentType
-
withMethod
-
getMethod
-
withOption
-
withParent
-
getParent
-
getOption
-
withRequestHeaders
-
getRequestHeaders
-
withTemplateFile
-
getTemplateFile
-
withRequestBody
-
withResponse
-
withRequest
-
withErrorMessages
-
withOutputParams
-
getOutputParams
-
withRespCodeExp
-
getRespCodeExp
-
withExpectedResponse
-
withTcType
-
getExpectedResponse
-
withTcComments
-
getTcComments
-
withTcName
-
getResponse
public io.restassured.response.Response getResponse() -
getRequest
public io.restassured.specification.RequestSpecification getRequest() -
getErrorMessages
-
getRequestBody
-
getTcName
-
getTcType
-
withHeaderMap
-
getHeaderMap
-
getServiceSteps
-
withTcIndex
-
getTcIndex
-
getTcCount
-
normalizeLog
-
normalize
-