Attaches teardownmethod to testmethod1 (, testmethod2). The teardownmethod is called after testmethod1 (, testmethod2) called, before teardown called
Invokes teardown method which is attached to testmethod1. If the teardown not found, then does nothing.