Libraries

ScalaTest + Play

ScalaTest + Selenium

ScalaTest + ScalaCheck

ScalaTest + JUnit

ScalaTest + JUnit 5

ScalaTest + TestNG

ScalaTest + EasyMock

ScalaTest + JMock

ScalaTest + Mockito

ScalaTest + JUnit

The ScalaTest + JUnit integration library makes it fun and easy to use JUnit with ScalaTest. To use ScalaTest + JUnit, please add the following to your SBT project dependency:

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

For maven you can use:

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

ScalaTest is brought to you by Bill Venners and Artima.
ScalaTest is free, open-source software released under the Apache 2.0 license.

If your company loves ScalaTest, please consider sponsoring the project.

Copyright © 2009-2023 Artima, Inc. All Rights Reserved.

artima