junit-4.12


License

License

Categories

Categories

JUnit Unit Testing
GroupId

GroupId

com.sandinh
ArtifactId

ArtifactId

junit-4-12_0.23
Last Version

Last Version

3.1.2.0
Release Date

Release Date

Type

Type

bundle
Description

Description

junit-4.12
junit-4.12
Project URL

Project URL

https://github.com/scalatest/scalatestplus-junit
Project Organization

Project Organization

com.sandinh
Source Code Management

Source Code Management

https://github.com/giabao/scalatestplus-junit

Download junit-4-12_0.23

Dependencies

compile (3)

Group / Artifact Type Version
ch.epfl.lamp : dotty-library_0.23 jar 0.23.0
org.scalatest : scalatest_0.23 jar 3.1.2
junit : junit jar 4.13

Project Modules

There are no modules declared in this project.

ScalaTest + JUnit

dotty

ScalaTest + JUnit provides integration support between ScalaTest and JUnit.

Usage

To use it for ScalaTest 3.2.0 and JUnit 4.12.x:

SBT:

libraryDependencies += "org.scalatestplus" %% "junit-4-12" % "3.2.0.0" % "test"

Maven:

<dependency>
  <groupId>org.scalatestplus</groupId>
  <artifactId>junit-4-12</artifactId>
  <version>3.2.0.0</version>
  <scope>test</scope>
</dependency>

Publishing

Please use the following commands to publish to Sonatype:

$ sbt +publishSigned
com.sandinh

ScalaTest

Versions

Version
3.1.2.0
3.1.1.0