Run a test method. Call method_setup(), run all the tests that have been registered, then call method_teardown(). Exceptions thrown by the test method are caught and reported in TestMethodResult. Exceptions in method_setup() and method_teardown() are caught and reported in TestMethodResult. |