Module | MiniTest::Unit::Deprecated::Hooks |
In: |
lib/minitest/unit.rb
|
This entire module is deprecated and slated for removal on 2013-01-01.
Adds a block of code that will be executed before every TestCase is run.
NOTE: This method is deprecated, use before/after_setup. It will be removed on 2013-01-01.
Adds a block of code that will be executed after every TestCase is run.
NOTE: This method is deprecated, use before/after_teardown. It will be removed on 2013-01-01.