Libraries

ScalaTest + Play

ScalaTest + Selenium

ScalaTest + ScalaCheck

ScalaTest + JUnit 4

ScalaTest + JUnit 5

ScalaTest + TestNG

ScalaTest + EasyMock

ScalaTest + JMock

ScalaTest + Mockito

ScalaTest + ScalaCheck

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

libraryDependencies += "org.scalatestplus" %% "scalacheck-1-17" % "3.2.18.0" % "test"

For maven you can use:

<dependency>
    <groupId>org.scalatestplus</groupId>
    <artifactId>scalacheck-1-17_3</artifactId>
    <version>3.2.18.0</version>
    <scope>test</scope>
</dependency>    

You may also refer to Property-based testing for detailed usage documentation.

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