com-lihaoyi / utest   0.8.2

GitHub

A simple testing framework for Scala

Scala versions: 3.x 2.13 2.12 2.11 2.10
Scala.js versions: 1.x 0.6
Scala Native versions: 0.4 0.3
sbt plugins: 0.13

utest 0.1.1-JS


Group ID:
com.lihaoyi.utest
Artifact ID:
utest_2.10
Version:
0.1.1-JS
Release Date:
Dec 13, 2014
Licenses:
MIT

libraryDependencies += "com.lihaoyi.utest" %% "utest" % "0.1.1-JS"
resolvers += Resolver.bintrayJCenter

Mill build tool

ivy"com.lihaoyi.utest::utest:0.1.1-JS"
MavenRepository("https://jcenter.bintray.com")

Scala CLI

//> using dep "com.lihaoyi.utest::utest:0.1.1-JS"

Ammonite REPL

import $ivy.`com.lihaoyi.utest::utest:0.1.1-JS`
import ammonite._, Resolvers._
val res = Resolver.Http(
  "Bintray's JCenter",
  "Some(https://jcenter.bintray.com)",
  IvyPattern,
  false)
interp.resolvers() = interp.resolvers() :+ res

<dependency>
  <groupId>com.lihaoyi.utest</groupId>
  <artifactId>utest_2.10</artifactId>
  <version>0.1.1-JS</version>
</dependency>

compile group: 'com.lihaoyi.utest', name: 'utest_2.10', version: '0.1.1-JS'