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

junit-4-12-2-11

JSON →
library3.1.4.0javamavenunverified

Integration library for using JUnit 4.12 with ScalaTest on Scala 2.11.

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

Run ScalaTest suites with JUnit runner.

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 package is specific to Scala 2.11 and JUnit 4.12; use the correct version for your Scala/JUnit combination.
fix
Use junit-4-12_2.12 or junit-4-13_2.13 as appropriate.
affects: *
Upgrade
Version history
3.1.4.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

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