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

junit-4-13-2-12

JSON →
library3.3.0.0-alpha.2javamavenunverified

Integration library for using JUnit 4.13 with ScalaTest on Scala 2.12.

<dependency> <groupId>org.scalatestplus</groupId> <artifactId>junit-4-13_2.12</artifactId> <version>3.3.0.0-alpha.2</version> </dependency>
INSTALL
IMPORT
SIG · JUNIT-4-13-2-12
J
junit-4-13-2-12
testingjavav3.3.0.0-alpha.2
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 with JUnit runner

import org.scalatestplus.junit.JUnitRunner; import org.junit.runner.RunWith; import org.scalatest.FlatSpec; @RunWith(classOf[JUnitRunner]) class MySpec extends FlatSpec { "A test" should "pass" in { assert(1 + 1 == 2) } }
Debug
Known issues
gotchaAlpha version; API may change
fix
Use stable version if available
affects: 3.3.0.0-alpha.2
Upgrade
Version history
3.3.0.0-alpha.2latest on Maven
Audit
Dependencies

No dependency data recorded yet.

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