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