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 }
Returns the MiniTest::Unit subclass instance that will be used to run the tests. A MiniTest::Unit instance is the default runner.
Tells MiniTest::Unit to delegate to runner, an instance of a MiniTest::Unit subclass, when MiniTest::Unit#run is called.