Module: Test::Unit

Defined in:
lib/test/unit.rb,
lib/test/unit/testcase.rb,
lib/test/unit/parallel.rb,
lib/test/unit/parallel.rb,
lib/test/unit/assertions.rb

Overview

Test::Unit is an implementation of the xUnit testing framework for Ruby.

If you are writing new test code, please use MiniTest instead of Test::Unit.

Test::Unit has been left in the standard library to support legacy test suites.

Defined Under Namespace

Modules: Assertions, GCStressOption, GlobOption, LoadPathOption, Options, RequireFiles, RunCount Classes: AutoRunner, ProxyError, Runner, StatusLineOutput, TestCase, Worker

Constant Summary collapse

TEST_UNIT_IMPLEMENTATION =

:nodoc:

'test/unit compatibility layer using minitest'