Jump to content

Unit testing: Difference between revisions

→‎{{header|Ruby}}: Add test::unit
(→‎{{header|Ruby}}: Add test::unit)
Line 133:
 
=={{header|Ruby}}==
[https://ruby-doc.org/stdlib-3.0.2/libdoc/minitest/rdoc/minitest-5_14_2/README_rdoc.html Minitest] isand [https://ruby-doc.org/stdlib-3.0.2/libdoc/test-unit/rdoc/Test/Unit.html test::Unit] are the testing librarylibraries which shipsship with Ruby.
 
=={{header|Scala}}==
The main Scala testing frameworks ( [http://www.scalacheck.org ScalaCheck], [http://www.scalatest.org ScalaTest], and [http://www.specs2.org specs2]) provide an implementation of the common test interface and only need to be added to the classpath to work with [https://www.scala-sbt.org/ sbt].
1,149

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.