Registry / testing / test-unit

test-unit

JSON →
library3.7.8rbrubygemsunverified

Test::Unit is a unit testing framework for Ruby based on xUnit principles, originally designed by Kent Beck for Smalltalk's SUnit.

gem install test-unit
INSTALL
IMPORT
SIG · TEST-UNIT
T
test-unit
testingrubyv3.7.8
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Test::Unit
require 'test/unit'

Define and run a simple unit test.

require 'test/unit' class MyTest < Test::Unit::TestCase def test_addition assert_equal 4, 2 + 2 end end
Debug
Known issues

No known issues recorded.

Upgrade
Version history
3.7.8latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Resources