Class Index [+]

Quicksearch

Test::Unit::ExceptionHandler::ClassMethods

Public Instance Methods

exception_handler(*method_names) click to toggle source

(Not documented)

# 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

(Not documented)

# File lib/test/unit/exceptionhandler.rb, line 25
        def exception_handlers
          ExceptionHandler.exception_handlers
        end
unregister_exception_handler(*method_names) click to toggle source

(Not documented)

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

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.