Class MiniTest::Unit
In: lib/minitest/benchmark.rb
lib/minitest/unit.rb
Parent: Object

Methods

Classes and Modules

Class MiniTest::Unit::TestCase

Attributes

runner  [RW] 

Public Class methods

A simple hook allowing you to run a block of code after the tests are done. Eg:

  MiniTest::Unit.after_tests { p $debugging_info }

Registers MiniTest::Unit to run tests at process exit

Returns the stream to use for output.

DEPRECATED: use ::output instead.

Returns the stream to use for output.

Sets MiniTest::Unit to write output to stream. $stdout is the default output

Return all pluginsrun methods (methods that start with "run_").

Public Instance methods

Writes status for failed test meth in klass which finished with exception e

Top level driver, controls all output and filtering.

Runs test suites matching filter.

[Validate]