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.TeardownTestReport.Teardown.Builder. build()Build theTestReport.TeardownTestReport.TeardownTestReport. 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.BuilderTestReport.Teardown.Builder. from(TestReport.Teardown teardown)TestReport.BuilderTestReport.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 voidTestReport.Teardown.Builder. validate(TestReport.Teardown teardown) 
 -