Minitest

E96212

Minitest is a lightweight, built-in Ruby testing library that provides unit, spec, and mocking capabilities for Ruby applications.

All labels observed (9)

How this entity was disambiguated

Statements (49)

Predicate Object
instanceOf Ruby testing framework ⓘ
software library ⓘ
author Ryan Davis ⓘ
category BDD framework ⓘ
software testing ⓘ
unit testing framework ⓘ
compatibleWith Ruby on Rails ⓘ
designGoal fast ⓘ
lightweight ⓘ
simple API ⓘ
distributedAs Ruby gem ⓘ
documentation https://github.com/seattlerb/minitest ⓘ
gemName Minitest self-linksurface differs ⓘ
surface form: minitest
hasComponent Minitest self-linksurface differs ⓘ
surface form: Minitest::Assertions

Minitest self-linksurface differs ⓘ
surface form: Minitest::Benchmark

Minitest self-linksurface differs ⓘ
surface form: Minitest::Mock

Minitest self-linksurface differs ⓘ
surface form: Minitest::Reporters

Minitest self-linksurface differs ⓘ
surface form: Minitest::Spec

Minitest self-linksurface differs ⓘ
surface form: Minitest::Test
hasFeature colorized output (via reporters) ⓘ
extensible architecture ⓘ
minimal dependencies ⓘ
isDefaultIn Ruby 1.9+ ⓘ
isPartOf Ruby standard library ⓘ
license MIT License ⓘ
programmingLanguage Ruby ⓘ
provides benchmarking ⓘ
mocking ⓘ
spec-style testing ⓘ
unit testing ⓘ
replaced Minitest self-linksurface differs ⓘ
surface form: Test::Unit in Ruby standard library
repositoryPlatform GitHub ⓘ
supports BDD ⓘ
TDD ⓘ
assertion-style tests ⓘ
command-line test runner ⓘ
custom reporters ⓘ
expectation-style tests ⓘ
mock objects ⓘ
parallel test execution ⓘ
setup and teardown methods ⓘ
test assertions ⓘ
test hooks ⓘ
test runners ⓘ
test suites ⓘ
usedFor testing Ruby applications ⓘ
testing Ruby libraries ⓘ
testing Ruby on Rails applications ⓘ
writtenIn Ruby ⓘ

How these facts were elicited

Referenced by (11)

Full triples — surface form annotated when it differs from this entity's canonical label.

Ruby → hasTestFramework → Minitest ⓘ
Hanami → supportsTestingWith → Minitest ⓘ
Minitest → hasComponent → Minitest self-linksurface differs ⓘ
this entity surface form: Minitest::Test
Minitest → hasComponent → Minitest self-linksurface differs ⓘ
this entity surface form: Minitest::Spec
Minitest → hasComponent → Minitest self-linksurface differs ⓘ
this entity surface form: Minitest::Mock
Minitest → hasComponent → Minitest self-linksurface differs ⓘ
this entity surface form: Minitest::Benchmark
Minitest → hasComponent → Minitest self-linksurface differs ⓘ
this entity surface form: Minitest::Assertions
Minitest → hasComponent → Minitest self-linksurface differs ⓘ
this entity surface form: Minitest::Reporters
Minitest → gemName → Minitest self-linksurface differs ⓘ
this entity surface form: minitest
Minitest → replaced → Minitest self-linksurface differs ⓘ
this entity surface form: Test::Unit in Ruby standard library
RubyMine → supportsTesting → Minitest ⓘ