Skip to content

ScalaTest + EasyMock provides integration support between ScalaTest and EasyMock.

License

scalatest/scalatestplus-easymock

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

scalatestplus-easymock

ScalaTest + EasyMock provides integration support between ScalaTest and EasyMock.

Usage

To use it for ScalaTest 3.2.14 and EasyMock 4.3.x:

SBT:

libraryDependencies += "org.scalatestplus" %% "easymock-4-3" % "3.2.14.0" % "test" 

Maven:

<dependency> <groupId>org.scalatestplus</groupId> <artifactId>easymock-4-3_2.13</artifactId> <version>3.2.14.0</version> <scope>test</scope> </dependency> 

Publishing

Please use the following commands to publish to Sonatype:

$ sbt +publishSigned 

About

ScalaTest + EasyMock provides integration support between ScalaTest and EasyMock.

Resources

License

Stars

Watchers

Forks

Sponsor this project

 

Packages

No packages published

Contributors 3

  •  
  •  
  •