8000 GitHub - sullis/scalatestplus-junit: ScalaTest + JUnit provides integration support between ScalaTest and JUnit.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

sullis/scalatestplus-junit

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

86 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ScalaTest + JUnit

ScalaTest + JUnit provides integration support between ScalaTest and JUnit.

Usage

To use it for ScalaTest 3.2.19 and JUnit 4.13:

SBT:

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

Maven:

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

Publishing

Please use the following commands to publish to Sonatype:

$ sbt +publishSigned

About

ScalaTest + JUnit provides integration support between ScalaTest and JUnit.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Scala 95.9%
  • Java 3.3%
  • CSS 0.8%
0