junit-4.12


License

License

Categories

Categories

JUnit Unit Testing
GroupId

GroupId

com.sandinh
ArtifactId

ArtifactId

junit-4-12_0.25
Last Version

Last Version

3.2.0.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/scalatest/scalatestplus-junit

Download junit-4-12_0.25

Dependencies

compile (3)

Group / Artifact Type Version
ch.epfl.lamp : dotty-library_0.25 jar 0.25.0-RC2
com.sandinh : scalatest-core_0.25 jar 3.2.0
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.

ScalaTest + JUnit

ScalaTest + JUnit provides integration support between ScalaTest and JUnit.

Usage

To use it for ScalaTest 3.2.2 and JUnit 4.13:

SBT:

libraryDependencies += "org.scalatestplus" %% "junit-4-13" % "3.2.2.0" % "test"

Maven:

<dependency>
  <groupId>org.scalatestplus</groupId>
  <artifactId>junit-4-13</artifactId>
  <version>3.2.2.0</version>
  <scope>test</scope>
</dependency>

Publishing

Please use the following commands to publish to Sonatype:

$ sbt +publishSigned
com.sandinh

ScalaTest

Versions

Version
3.2.0.0