In Files

  • test-unit-3.5.3/lib/test/unit/pending.rb

Methods

Class/Module Index [+]

Quicksearch

Test::Unit::PendingHandler

Public Class Methods

included(base) click to toggle source
 
               # File test-unit-3.5.3/lib/test/unit/pending.rb, line 110
def included(base)
  base.exception_handler(:handle_pended_error)
end
            
There is an updated format of the API docs for this version here.