Files

Class/Module Index [+]

Quicksearch

Test::Unit::ExceptionHandler::ClassMethods

Public Instance Methods

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

[Validate]

Generated with the Darkfish Rdoc Generator 2.