Module: Test::Unit::ExceptionHandler
- Included in:
- TestCase
- Defined in:
- lib/test/unit/exception-handler.rb
Defined Under Namespace
Modules: ClassMethods
Constant Summary collapse
- @@exception_handlers =
[]
Class Method Summary collapse
Class Method Details
.exception_handlers ⇒ Object
6 7 8 |
# File 'lib/test/unit/exception-handler.rb', line 6 def exception_handlers @@exception_handlers end |