Libraries

ScalaTest + Play

ScalaTest + Selenium

ScalaTest + ScalaCheck

ScalaTest + JUnit 4

ScalaTest + JUnit 5

ScalaTest + TestNG

ScalaTest + EasyMock

ScalaTest + JMock

ScalaTest + Mockito

ScalaTest + JUnit 4

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

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

For maven you can use:

<dependency>
    <groupId>org.scalatestplus</groupId>
    <artifactId>junit-4-13_3</artifactId>
    <version>3.2.18.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-2024 Artima, Inc. All Rights Reserved.

artima