Uses of Class
org.linuxforhealth.fhir.model.resource.TestReport.Setup
-
Packages that use TestReport.Setup Package Description org.linuxforhealth.fhir.model.resource -
-
Uses of TestReport.Setup in org.linuxforhealth.fhir.model.resource
Methods in org.linuxforhealth.fhir.model.resource that return TestReport.Setup Modifier and Type Method Description TestReport.Setup
TestReport.Setup.Builder. build()
Build theTestReport.Setup
TestReport.Setup
TestReport. getSetup()
The results of the series of required setup operations before the tests were executed.Methods in org.linuxforhealth.fhir.model.resource with parameters of type TestReport.Setup Modifier and Type Method Description protected TestReport.Setup.Builder
TestReport.Setup.Builder. from(TestReport.Setup setup)
TestReport.Builder
TestReport.Builder. setup(TestReport.Setup setup)
The results of the series of required setup operations before the tests were executed.protected void
TestReport.Setup.Builder. validate(TestReport.Setup setup)
-