Registry / testing / utest-2-11

utest-2-11

JSON →
library0.8.2javamavenunverified

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

<dependency> <groupId>com.lihaoyi</groupId> <artifactId>utest_2.11</artifactId> <version>0.8.2</version> </dependency>
INSTALL
IMPORT
SIG · UTEST-2-11
U
utest-2-11
testingjavav0.8.2
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

Defines a simple test suite with one test.

import utest._ object MyTest extends TestSuite { val tests = Tests { test("addition") { assert(1 + 1 == 2) } } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.8.2latest on Maven
Audit
Dependencies

No dependency data recorded yet.

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