Registry / testing / scalajs-test-interface-2-12-0-rc2

scalajs-test-interface-2-12-0-rc2

JSON →
library0.6.13javamavenunverified

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.12.0-RC2</artifactId> <version>0.6.13</version> </dependency>
INSTALL
IMPORT
SIG · SCALAJS-TEST-INTER
S
scalajs-test-interface-2-12-0-rc2
testingjavav0.6.13
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

Creates a Scala.js test runner instance.

import org.scalajs.testinterface.TestRunner; public class Main { public static void main(String[] args) { TestRunner runner = new TestRunner(); System.out.println("Test runner created."); } }
Debug
Known issues
breakingThis package targets Scala 2.12.0-RC2; not compatible with other Scala versions.
fix
Use the appropriate Scala.js test interface artifact for your Scala version (e.g., scalajs-test-interface_2.13).
affects: >=0.6.0
Upgrade
Version history
0.6.13latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources
scalajs-test-interface-2-12-0-rc2 — mvn dependency:get scalajs-test-interface-2-12-0-rc2 · libregistry