Registry / testing / utest-sjs0-6-2-11

utest-sjs0-6-2-11

JSON →
library0.7.11javamavenunverified

Simple and lightweight testing framework for Scala, supporting Scala.js and JVM.

<dependency> <groupId>com.lihaoyi</groupId> <artifactId>utest_sjs0.6_2.11</artifactId> <version>0.7.11</version> </dependency>
INSTALL
IMPORT
SIG · UTEST-SJS0-6-2-11
U
utest-sjs0-6-2-11
testingjavav0.7.11
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

Define a test suite using uTest.

import utest.TestSuite; import utest.Test; public class MyTests extends TestSuite { public void tests() { test("addition") { assert(2 + 2 == 4); } } }
Debug
Known issues
breakinguTest 0.7.x is for Scala 2.11 and Scala.js 0.6; newer versions use different artifacts.
fix
Use the correct artifact for your Scala/Scala.js version.
affects: >=0.7.0
Upgrade
Version history
0.7.11latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
utest-sjs0-6-2-11 — mvn dependency:get utest-sjs0-6-2-11 · libregistry