Uses of Class
com.ibm.fhir.model.resource.TestScript.Test
- 
Packages that use TestScript.Test Package Description com.ibm.fhir.model.resource  - 
- 
Uses of TestScript.Test in com.ibm.fhir.model.resource
Methods in com.ibm.fhir.model.resource that return TestScript.Test Modifier and Type Method Description TestScript.TestTestScript.Test.Builder. build()Build theTestScript.TestMethods in com.ibm.fhir.model.resource that return types with arguments of type TestScript.Test Modifier and Type Method Description List<TestScript.Test>TestScript. getTest()A test in this script.Methods in com.ibm.fhir.model.resource with parameters of type TestScript.Test Modifier and Type Method Description protected TestScript.Test.BuilderTestScript.Test.Builder. from(TestScript.Test test)TestScript.BuilderTestScript.Builder. test(TestScript.Test... test)A test in this script.Method parameters in com.ibm.fhir.model.resource with type arguments of type TestScript.Test Modifier and Type Method Description TestScript.BuilderTestScript.Builder. test(Collection<TestScript.Test> test)A test in this script. 
 -