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