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

junit-4-12-2-13

JSON →
library3.1.4.0javamavenunverified

Integration between ScalaTest and JUnit 4.12 for Scala 2.13.

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

Running ScalaTest with JUnit runner.

import org.scalatestplus.junit.JUnitRunner import org.junit.runner.RunWith @RunWith(classOf[JUnitRunner]) class MyScalaTest extends org.scalatest.FlatSpec { "A test" should "pass" in { assert(1 + 1 == 2) } }
Debug
Known issues
breakingRequires JUnit 4.12; not compatible with JUnit 5.
fix
Use scalatestplus-junit5 for JUnit 5 integration.
affects: all
Upgrade
Version history
3.1.4.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

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