Module: Test::Unit::AEAssertionHandler

Included in:
TestCase
Defined in:
lib/ae/adapters/testunit.rb

Class Method Summary collapse

Class Method Details

.included(base) ⇒ Object



10
11
12
# File 'lib/ae/adapters/testunit.rb', line 10

def included(base)
  base.exception_handler(:handle_ae_assertion_error)
end