Uses of Class
com.ibm.fhir.model.resource.TestScript.Setup
-
Packages that use TestScript.Setup Package Description com.ibm.fhir.model.resource -
-
Uses of TestScript.Setup in com.ibm.fhir.model.resource
Methods in com.ibm.fhir.model.resource that return TestScript.Setup Modifier and Type Method Description TestScript.Setup
TestScript.Setup.Builder. build()
Build theTestScript.Setup
TestScript.Setup
TestScript. getSetup()
A series of required setup operations before tests are executed.Methods in com.ibm.fhir.model.resource with parameters of type TestScript.Setup Modifier and Type Method Description protected TestScript.Setup.Builder
TestScript.Setup.Builder. from(TestScript.Setup setup)
TestScript.Builder
TestScript.Builder. setup(TestScript.Setup setup)
A series of required setup operations before tests are executed.
-