static TestScript.Setup.Action.Assert.Builder |
TestScript.Setup.Action.Assert.builder() |
|
TestScript.Setup.Action.Assert.Builder |
TestScript.Setup.Action.Assert.Builder.compareToSourceExpression(String compareToSourceExpression) |
The FHIRPath expression to evaluate against the source fixture.
|
TestScript.Setup.Action.Assert.Builder |
TestScript.Setup.Action.Assert.Builder.compareToSourceId(String compareToSourceId) |
Id of the source fixture used as the contents to be evaluated by either the "source/expression" or "sourceId/path"
definition.
|
TestScript.Setup.Action.Assert.Builder |
TestScript.Setup.Action.Assert.Builder.compareToSourcePath(String compareToSourcePath) |
XPath or JSONPath expression to evaluate against the source fixture.
|
TestScript.Setup.Action.Assert.Builder |
TestScript.Setup.Action.Assert.Builder.contentType(Code contentType) |
The mime-type contents to compare against the request or response message 'Content-Type' header.
|
TestScript.Setup.Action.Assert.Builder |
TestScript.Setup.Action.Assert.Builder.description(String description) |
The description would be used by test engines for tracking and reporting purposes.
|
TestScript.Setup.Action.Assert.Builder |
TestScript.Setup.Action.Assert.Builder.direction(AssertionDirectionType direction) |
The direction to use for the assertion.
|
TestScript.Setup.Action.Assert.Builder |
TestScript.Setup.Action.Assert.Builder.expression(String expression) |
The FHIRPath expression to be evaluated against the request or response message contents - HTTP headers and payload.
|
TestScript.Setup.Action.Assert.Builder |
TestScript.Setup.Action.Assert.Builder.extension(Extension... extension) |
May be used to represent additional information that is not part of the basic definition of the element.
|
TestScript.Setup.Action.Assert.Builder |
TestScript.Setup.Action.Assert.Builder.extension(Collection<Extension> extension) |
May be used to represent additional information that is not part of the basic definition of the element.
|
protected TestScript.Setup.Action.Assert.Builder |
TestScript.Setup.Action.Assert.Builder.from(TestScript.Setup.Action.Assert _assert) |
|
TestScript.Setup.Action.Assert.Builder |
TestScript.Setup.Action.Assert.Builder.headerField(String headerField) |
The HTTP header field name e.g.
|
TestScript.Setup.Action.Assert.Builder |
TestScript.Setup.Action.Assert.Builder.id(String id) |
Unique id for the element within a resource (for internal references).
|
TestScript.Setup.Action.Assert.Builder |
TestScript.Setup.Action.Assert.Builder.label(String label) |
The label would be used for tracking/logging purposes by test engines.
|
TestScript.Setup.Action.Assert.Builder |
TestScript.Setup.Action.Assert.Builder.minimumId(String minimumId) |
The ID of a fixture.
|
TestScript.Setup.Action.Assert.Builder |
TestScript.Setup.Action.Assert.Builder.modifierExtension(Extension... modifierExtension) |
May be used to represent additional information that is not part of the basic definition of the element and that
modifies the understanding of the element in which it is contained and/or the understanding of the containing
element's descendants.
|
TestScript.Setup.Action.Assert.Builder |
TestScript.Setup.Action.Assert.Builder.modifierExtension(Collection<Extension> modifierExtension) |
May be used to represent additional information that is not part of the basic definition of the element and that
modifies the understanding of the element in which it is contained and/or the understanding of the containing
element's descendants.
|
TestScript.Setup.Action.Assert.Builder |
TestScript.Setup.Action.Assert.Builder.navigationLinks(Boolean navigationLinks) |
Whether or not the test execution performs validation on the bundle navigation links.
|
TestScript.Setup.Action.Assert.Builder |
TestScript.Setup.Action.Assert.Builder.operator(AssertionOperatorType operator) |
The operator type defines the conditional behavior of the assert.
|
TestScript.Setup.Action.Assert.Builder |
TestScript.Setup.Action.Assert.Builder.path(String path) |
The XPath or JSONPath expression to be evaluated against the fixture representing the response received from server.
|
TestScript.Setup.Action.Assert.Builder |
TestScript.Setup.Action.Assert.Builder.requestMethod(TestScriptRequestMethodCode requestMethod) |
The request method or HTTP operation code to compare against that used by the client system under test.
|
TestScript.Setup.Action.Assert.Builder |
TestScript.Setup.Action.Assert.Builder.requestURL(String requestURL) |
The value to use in a comparison against the request URL path string.
|
TestScript.Setup.Action.Assert.Builder |
TestScript.Setup.Action.Assert.Builder.resource(FHIRDefinedType resource) |
The type of the resource.
|
TestScript.Setup.Action.Assert.Builder |
TestScript.Setup.Action.Assert.Builder.response(AssertionResponseTypes response) |
okay | created | noContent | notModified | bad | forbidden | notFound | methodNotAllowed | conflict | gone |
preconditionFailed | unprocessable.
|
TestScript.Setup.Action.Assert.Builder |
TestScript.Setup.Action.Assert.Builder.responseCode(String responseCode) |
The value of the HTTP response code to be tested.
|
TestScript.Setup.Action.Assert.Builder |
TestScript.Setup.Action.Assert.Builder.sourceId(Id sourceId) |
Fixture to evaluate the XPath/JSONPath expression or the headerField against.
|
TestScript.Setup.Action.Assert.Builder |
TestScript.Setup.Action.Assert.toBuilder() |
|
TestScript.Setup.Action.Assert.Builder |
TestScript.Setup.Action.Assert.Builder.validateProfileId(Id validateProfileId) |
The ID of the Profile to validate against.
|
TestScript.Setup.Action.Assert.Builder |
TestScript.Setup.Action.Assert.Builder.value(String value) |
The value to compare to.
|
TestScript.Setup.Action.Assert.Builder |
TestScript.Setup.Action.Assert.Builder.warningOnly(Boolean warningOnly) |
Whether or not the test execution will produce a warning only on error for this assert.
|