Uses of Class
org.linuxforhealth.fhir.model.resource.TestScript.Test
-
Packages that use TestScript.Test Package Description org.linuxforhealth.fhir.model.resource -
-
Uses of TestScript.Test in org.linuxforhealth.fhir.model.resource
Methods in org.linuxforhealth.fhir.model.resource that return TestScript.Test Modifier and Type Method Description TestScript.Test
TestScript.Test.Builder. build()
Build theTestScript.Test
Methods in org.linuxforhealth.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 org.linuxforhealth.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.protected void
TestScript.Test.Builder. validate(TestScript.Test test)
Method parameters in org.linuxforhealth.fhir.model.resource with type arguments of type TestScript.Test Modifier and Type Method Description TestScript.Builder
TestScript.Builder. test(java.util.Collection<TestScript.Test> test)
A test in this script.
-