# File lib/test/unit/exceptionhandler.rb, line 29 def exception_handler(*method_names) attribute(:exception_handler, true, *method_names) end
# File lib/test/unit/exceptionhandler.rb, line 25 def exception_handlers ExceptionHandler.exception_handlers end
# File lib/test/unit/exceptionhandler.rb, line 33 def unregister_exception_handler(*method_names) attribute(:exception_handler, false, *method_names) end