Uses of Class
com.ibm.fhir.model.resource.TestScript.Setup.Action.Assert
-
Packages that use TestScript.Setup.Action.Assert Package Description com.ibm.fhir.model.resource -
-
Uses of TestScript.Setup.Action.Assert in com.ibm.fhir.model.resource
Methods in com.ibm.fhir.model.resource that return TestScript.Setup.Action.Assert Modifier and Type Method Description TestScript.Setup.Action.Assert
TestScript.Setup.Action.Assert.Builder. build()
Build theTestScript.Setup.Action.Assert
TestScript.Setup.Action.Assert
TestScript.Setup.Action. getAssert()
Evaluates the results of previous operations to determine if the server under test behaves appropriately.TestScript.Setup.Action.Assert
TestScript.Test.Action. getAssert()
Evaluates the results of previous operations to determine if the server under test behaves appropriately.Methods in com.ibm.fhir.model.resource with parameters of type TestScript.Setup.Action.Assert Modifier and Type Method Description TestScript.Setup.Action.Builder
TestScript.Setup.Action.Builder. _assert(TestScript.Setup.Action.Assert _assert)
Evaluates the results of previous operations to determine if the server under test behaves appropriately.TestScript.Test.Action.Builder
TestScript.Test.Action.Builder. _assert(TestScript.Setup.Action.Assert _assert)
Evaluates the results of previous operations to determine if the server under test behaves appropriately.protected TestScript.Setup.Action.Assert.Builder
TestScript.Setup.Action.Assert.Builder. from(TestScript.Setup.Action.Assert _assert)
-