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.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 com.ibm.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).
-