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

utest-sjs0-6-2-12

JSON →
library0.7.11javamavenunverified

A simple testing framework for Scala, cross-compiled for Scala.js 0.6 and Scala 2.12.

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

import utest.TestSuite; import utest.Test; public class MyTest extends TestSuite { public Test<?>[] tests() { return new Test[] { test("addition", () -> { assert 1 + 1 == 2; }) }; } }
Debug
Known issues
breakingThis artifact targets Scala.js 0.6 and Scala 2.12, which are outdated.
fix
Use utest_sjs1_2.13 or later for modern Scala.js and Scala versions.
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-12 — mvn dependency:get utest-sjs0-6-2-12 · libregistry