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.Test
TestScript.Test.Builder. build()
Build theTestScript.Test
Methods 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.Builder
TestScript.Test.Builder. from(TestScript.Test test)
TestScript.Builder
TestScript.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.Builder
TestScript.Builder. test(Collection<TestScript.Test> test)
A test in this script.
-