TearDown Annotation (Developer Preview)
Use the TearDown annotation to mark a cleanup method that runs after the test completes,
regardless of pass or fail.
The annotation is applied to a static method that runs after the integration test completes, regardless of whether the test passed, failed, or threw an exception. Use this annotation to clean up committed test data. The teardown transaction auto-commits at the end of the execution.