Registry / testing / junit-4-13-2-13

junit-4-13-2-13

JSON →
library3.2.20.0javamavenunverified

Integration library for using JUnit 4.13 with ScalaTest, providing ScalaTest runners for JUnit.

<dependency> <groupId>org.scalatestplus</groupId> <artifactId>junit-4-13_2.13</artifactId> <version>3.2.20.0</version> </dependency>
INSTALL
IMPORT
SIG · JUNIT-4-13-2-13
J
junit-4-13-2-13
testingjavav3.2.20.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.

JUnitRunner
org.scalatestplus.junit.JUnitRunner

Runs a ScalaTest suite using JUnit runner.

import org.scalatestplus.junit.JUnitRunner; import org.junit.runner.RunWith; @RunWith(JUnitRunner.class) public class ExampleTest { @Test public void testSomething() { assertTrue(true); } }
Debug
Known issues
breakingThis library is specific to Scala 2.13 and JUnit 4.13; mixing with other Scala versions may cause binary incompatibility.
fix
Ensure your project uses Scala 2.13 and JUnit 4.13 exactly.
affects: 3.2.20.0 and later
Upgrade
Version history
3.2.20.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Resources
junit-4-13-2-13 — mvn dependency:get junit-4-13-2-13 · libregistry