t

test-unit

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.
https://github.com/test-unit/test-unit
Ruby PSFL
Kouhei Sutou Haruka Yoshihara
文件下载
文件名 操作
test-unit-3.0.3.pom 下载
Apache Maven
<dependency>
  <groupId>rubygems</groupId>
  <artifactId>test-unit</artifactId>
  <version>3.0.3</version>
  <type>gem</type>
</dependency>
Gradle Groovy
implementation 'rubygems:test-unit:3.0.3'
Gradle Kotlin
implementation("rubygems:test-unit:3.0.3")
Scala SBT
libraryDependencies += "rubygems" % "test-unit" % "3.0.3"
Groovy Grape
@Grapes(
  @Grab(group='rubygems', module='test-unit', version='3.0.3')
)
Apache Ivy
<dependency org="rubygems" name="test-unit" rev="3.0.3" />
Leiningen
[rubygems/test-unit "3.0.3"]
Apache Buildr
'rubygems:test-unit:jar:3.0.3'