123456789_123456789_123456789_123456789_123456789_

test-unit

Gem Version Build Status for Ruby 2.1+

Description

An xUnit family unit testing framework for Ruby.

test-unit (Test::Unit) is unit testing framework for Ruby, based on xUnit principles. These were originally designed by Kent Beck, creator of extreme programming software development methodology, for Smalltalk's SUnit. It allows writing tests, checking results and automated testing in Ruby.

test-unit ships as part of Ruby as a bundled gem. To check which version is included, see https://stdgems.org/test-unit/. It's only necessary to install the gem if you need a newer version.

test-unit is the original Ruby unit testing library, and is still active. It is one of two unit testing libraries bundled with Ruby, the other being minitest.

When deciding which to use, consider:

Features

How To

Install

% sudo gem install test-unit

If you want to use full test-unit features:

% sudo gem install test-unit-full

License

This software is distributed under either the terms of new Ruby License or BSDL. See the file COPYING.

Exception:

Authors

Active

Inactive

Images

Thanks