MVN

rubygems : test-unit

Maven & Gradle

Mar 28, 2015
2 usages
260 stars

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.

<dependency>
    <groupId>rubygems</groupId>
    <artifactId>test-unit</artifactId>
    <version>3.0.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of rubygems : test-unit to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.0.3

All Versions

Choose a version of rubygems : test-unit to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.0.x
test-unit-3.0.3

How to add a dependency to Maven

Add the following rubygems : test-unit maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>rubygems</groupId>
    <artifactId>test-unit</artifactId>
    <version>3.0.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following rubygems : test-unit gradle dependency to your build.gradle file:

implementation 'rubygems:test-unit:3.0.3'

Gradle Kotlin DSL: Add the following rubygems : test-unit gradle kotlin dependency to your build.gradle.kts file:

implementation("rubygems:test-unit:3.0.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following rubygems : test-unit sbt scala dependency to your build.sbt file:

libraryDependencies += "rubygems" % "test-unit" % "3.0.3"

Advertisement

Dependencies from Group

Mar 28, 2015
9 usages
3.2k stars
Mar 28, 2015
7 usages
2.2k stars
Oct 24, 2015
5 usages
5 stars
Nov 05, 2015
4 usages
Oct 21, 2015
3 usages
14 stars

Discover Dependencies