Uses of Class
com.ibm.fhir.model.resource.TestReport.Teardown
- 
Packages that use TestReport.Teardown Package Description com.ibm.fhir.model.resource  - 
- 
Uses of TestReport.Teardown in com.ibm.fhir.model.resource
Methods in com.ibm.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 com.ibm.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) 
 -