Uses of Class
org.linuxforhealth.fhir.model.resource.TestReport.Teardown
-
Packages that use TestReport.Teardown Package Description org.linuxforhealth.fhir.model.resource -
-
Uses of TestReport.Teardown in org.linuxforhealth.fhir.model.resource
Methods in org.linuxforhealth.fhir.model.resource that return TestReport.Teardown Modifier and Type Method Description TestReport.Teardown
TestReport.Teardown.Builder. build()
Build theTestReport.Teardown
TestReport.Teardown
TestReport. getTeardown()
The results of the series of operations required to clean up after all the tests were executed (successfully or otherwise).Methods in org.linuxforhealth.fhir.model.resource with parameters of type TestReport.Teardown Modifier and Type Method Description protected TestReport.Teardown.Builder
TestReport.Teardown.Builder. from(TestReport.Teardown teardown)
TestReport.Builder
TestReport.Builder. teardown(TestReport.Teardown teardown)
The results of the series of operations required to clean up after all the tests were executed (successfully or otherwise).protected void
TestReport.Teardown.Builder. validate(TestReport.Teardown teardown)
-