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