/scalatestplus-easymock

ScalaTest + EasyMock provides integration support between ScalaTest and EasyMock.

Primary LanguageScalaApache License 2.0Apache-2.0

scalatestplus-easymock

ScalaTest + EasyMock provides integration support between ScalaTest and EasyMock.

Usage

To use it for ScalaTest 3.2.17 and EasyMock 5.1.x:

SBT:

libraryDependencies += "org.scalatestplus" %% "easymock-5-1" % "3.2.17.0" % "test"

Maven:

<dependency>
  <groupId>org.scalatestplus</groupId>
  <artifactId>easymock-5-1_2.13</artifactId>
  <version>3.2.17.0</version>
  <scope>test</scope>
</dependency>

Publishing

Please use the following commands to publish to Sonatype:

$ sbt +publishSigned