Registry / testing / scalajs-test-interface-2-11

scalajs-test-interface-2-11

JSON →
library1.12.0javamavenunverified

Provides the test interface for Scala.js, enabling testing of Scala.js code in JavaScript environments.

<dependency> <groupId>org.scala-js</groupId> <artifactId>scalajs-test-interface_2.11</artifactId> <version>1.12.0</version> </dependency>
INSTALL
IMPORT
SIG · SCALAJS-TEST-INTER
S
scalajs-test-interface-2-11
testingjavav1.12.0
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.

TestRunner
org.scalajs.testinterface.TestRunner

Run tests using Scala.js test interface

import org.scalajs.testinterface.TestRunner object Main { def main(args: Array[String]): Unit = { val runner = new TestRunner() runner.run() } }
Debug
Known issues
breakingThis package is specific to Scala 2.11; use the appropriate version for your Scala version.
fix
Use scala-collection-compat_2.12 or _2.13 for newer Scala versions.
affects: 2.11
Upgrade
Version history
1.12.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Resources
scalajs-test-interface-2-11 — mvn dependency:get scalajs-test-interface-2-11 · libregistry