Uses of Class
org.linuxforhealth.fhir.model.resource.TestReport.Test
-
Packages that use TestReport.Test Package Description org.linuxforhealth.fhir.model.resource -
-
Uses of TestReport.Test in org.linuxforhealth.fhir.model.resource
Methods in org.linuxforhealth.fhir.model.resource that return TestReport.Test Modifier and Type Method Description TestReport.TestTestReport.Test.Builder. build()Build theTestReport.TestMethods in org.linuxforhealth.fhir.model.resource that return types with arguments of type TestReport.Test Modifier and Type Method Description java.util.List<TestReport.Test>TestReport. getTest()A test executed from the test script.Methods in org.linuxforhealth.fhir.model.resource with parameters of type TestReport.Test Modifier and Type Method Description protected TestReport.Test.BuilderTestReport.Test.Builder. from(TestReport.Test test)TestReport.BuilderTestReport.Builder. test(TestReport.Test... test)A test executed from the test script.protected voidTestReport.Test.Builder. validate(TestReport.Test test)Method parameters in org.linuxforhealth.fhir.model.resource with type arguments of type TestReport.Test Modifier and Type Method Description TestReport.BuilderTestReport.Builder. test(java.util.Collection<TestReport.Test> test)A test executed from the test script.
-