Registry / testing / utest-sjs1-2-12

utest-sjs1-2-12

JSON →
library0.9.5javamavenunverified

A simple, flexible testing framework for Scala and Scala.js.

<dependency> <groupId>com.lihaoyi</groupId> <artifactId>utest_sjs1_2.12</artifactId> <version>0.9.5</version> </dependency>
INSTALL
IMPORT
SIG · UTEST-SJS1-2-12
U
utest-sjs1-2-12
testingjavav0.9.5
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

TestSuite
utest.TestSuite

Minimal example defining a test suite with a single test.

import utest._ object MyTest extends TestSuite { val tests = Tests { test("addition") { assert(1 + 1 == 2) } } }
Debug
Known issues
breakingThis artifact is for Scala.js 1.x and Scala 2.12; ensure your project uses compatible Scala and Scala.js versions.
fix
Use the correct artifact for your Scala version (e.g., utest_sjs1_2.13 for Scala 2.13).
affects: all
Upgrade
Version history
0.9.5latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
utest-sjs1-2-12 — mvn dependency:get utest-sjs1-2-12 · libregistry