| Class | MiniTest::Unit |
| In: |
lib/minitest/benchmark.rb
lib/minitest/unit.rb |
| Parent: | Object |
| runner | [RW] |
A simple hook allowing you to run a block of code after the tests are done. Eg:
MiniTest::Unit.after_tests { p $debugging_info }