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-runner 0.1.0


Group ID:
com.lihaoyi.utest
Artifact ID:
utest-runner_2.10
Version:
0.1.0
Release Date:
Jan 18, 2015
Licenses:
MIT

libraryDependencies += "com.lihaoyi.utest" %% "utest-runner" % "0.1.0"
resolvers += Resolver.bintrayJCenter

Mill build tool

ivy"com.lihaoyi.utest::utest-runner:0.1.0"
MavenRepository("https://jcenter.bintray.com")

Scala CLI

//> using dep "com.lihaoyi.utest::utest-runner:0.1.0"

Ammonite REPL

import $ivy.`com.lihaoyi.utest::utest-runner:0.1.0`
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-runner_2.10</artifactId>
  <version>0.1.0</version>
</dependency>

compile group: 'com.lihaoyi.utest', name: 'utest-runner_2.10', version: '0.1.0'