Uses of Annotation Interface
de.gematik.test.tiger.glue.annotation.ResolvableArgument
Packages that use ResolvableArgument
-
Uses of ResolvableArgument in de.gematik.test.tiger.glue
Methods in de.gematik.test.tiger.glue with annotations of type ResolvableArgumentModifier and TypeMethodDescriptionvoidRBelValidatorGlue.currentRequestAtMatchesAsJsonOrXml(String rbelPath, ModeType mode, String oracleDocStr) assert that request matches at given rbel path node/attribute assuming it's JSON or XML.voidRBelValidatorGlue.currentRequestBodyMatches(String docString) assert that request body matches.voidRBelValidatorGlue.currentRequestMessageAtMatchesDocString(String rbelPath, String docString) assert that request matches at given rbel path node/attribute.voidRBelValidatorGlue.currentResponseAtMatchesAsJsonOrXml(String rbelPath, ModeType mode, String oracleDocStr) assert that response of filtered request matches at given rbel path node/attribute assuming it's JSON or XML.voidRBelValidatorGlue.currentResponseAtMatchesAsXMLAndDiffOptions(String rbelPath, String diffOptionsCSV, String xmlDocStr) assert that response of filtered request matches at given rbel path node/attribute assuming its XML with the given list of diff options.voidRBelValidatorGlue.currentResponseBodyMatches(String docString) assert that response body of filtered request matches.voidRBelValidatorGlue.currentResponseMessageAtDoesNotMatchDocString(String rbelPath, String docString) assert that response of filtered request does not match at given rbel path node/attribute.voidRBelValidatorGlue.currentResponseMessageAtMatchesDocString(String rbelPath, String docString) assert that response of filtered request matches at given rbel path node/attribute.voidHttpGlueCode.sendEmptyRequestWithHeaders(io.restassured.http.Method method, URI address, io.cucumber.datatable.DataTable customHeaders) Sends an empty request via the selected method and expands the list of default headers with the headers provided by the caller.voidHttpGlueCode.sendEmptyRequestWithHeadersNonBlocking(io.restassured.http.Method method, URI address, io.cucumber.datatable.DataTable customHeaders) Sends an empty request via the selected method and expands the list of default headers with the headers provided by the caller.voidHttpGlueCode.sendRequestWithMultiLineBody(io.restassured.http.Method method, URI address, String body) Sends a request via the selected method.voidHttpGlueCode.sendRequestWithMultiLineBody(io.restassured.http.Method method, URI address, String contentType, String body) voidHttpGlueCode.sendRequestWithParams(io.restassured.http.Method method, URI address, io.cucumber.datatable.DataTable parameters) Sends a request via the selected method.voidHttpGlueCode.sendRequestWithParamsNonBlocking(io.restassured.http.Method method, URI address, io.cucumber.datatable.DataTable parameters) Sends a request via the selected method.voidHttpGlueCode.setDefaultHeaders(String docstring) Expands the list of default headers with the provided key-value pairs.voidTigerGlue.tgrShowHtmlNotification(String message)