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

junit-4-12-2-12

JSON →
library3.1.4.0javamavenunverified

Integration library allowing ScalaTest to run JUnit 4.12 tests.

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

Annotates a ScalaTest suite with JUnit runner to integrate with JUnit 4.

import org.scalatestplus.junit.JUnitRunner; import org.junit.runner.RunWith; @RunWith(classOf[JUnitRunner]) class ExampleSuite extends org.scalatest.FunSuite { test("example") { assert(1 + 1 == 2) } }
Debug
Known issues
breakingThis artifact is specific to Scala 2.12 and JUnit 4.12; use the correct version for your Scala/JUnit combination.
fix
Select the appropriate scalatestplus-junit artifact for your Scala version and JUnit version.
affects: *
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-12 — mvn dependency:get junit-4-12-2-12 · libregistry