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 java.util.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.protected voidTestScript.Test.Builder. validate(TestScript.Test test)Method parameters in com.ibm.fhir.model.resource with type arguments of type TestScript.Test Modifier and Type Method Description TestScript.BuilderTestScript.Builder. test(java.util.Collection<TestScript.Test> test)A test in this script.
-