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
linked to: Minitest
hasComponent Minitest::Assertions
linked to: Minitest

Minitest::Benchmark
linked to: Minitest

Minitest::Mock
linked to: Minitest

Minitest::Reporters
linked to: Minitest

Minitest::Spec
linked to: Minitest

Minitest::Test
linked to: Minitest
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 Test::Unit in Ruby standard library
linked to: Minitest
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::Test
linked to: Minitest
Minitest hasComponent Minitest::Spec
linked to: Minitest
Minitest hasComponent Minitest::Mock
linked to: Minitest
Minitest hasComponent Minitest::Benchmark
linked to: Minitest
Minitest hasComponent Minitest::Assertions
linked to: Minitest
Minitest hasComponent Minitest::Reporters
linked to: Minitest
Minitest gemName minitest
linked to: Minitest
Minitest replaced Test::Unit in Ruby standard library
linked to: Minitest
RubyMine supportsTesting Minitest