scalatestplus-mockito-3.3


License

License

Categories

Categories

Scala Languages Mockito Unit Testing
GroupId

GroupId

com.sandinh
ArtifactId

ArtifactId

scalatestplus-mockito-3-3_0.22
Last Version

Last Version

3.1.1.0
Release Date

Release Date

Type

Type

bundle
Description

Description

scalatestplus-mockito-3.3
scalatestplus-mockito-3.3
Project URL

Project URL

https://github.com/scalatest/scalatestplus-mockito
Project Organization

Project Organization

com.sandinh
Source Code Management

Source Code Management

https://github.com/ohze/scalatestplus-mockito

Download scalatestplus-mockito-3-3_0.22

Dependencies

compile (3)

Group / Artifact Type Version
ch.epfl.lamp : dotty-library_0.22 jar 0.22.0-RC1
org.mockito : mockito-core jar 3.3.0
org.scalatest : scalatest_0.22 jar 3.1.1

Project Modules

There are no modules declared in this project.

ScalaTest + Mockito

ScalaTest + Mockito provides integration support between ScalaTest and Mockito.

Usage

To use it for ScalaTest 3.2.0 and Mockito 3.3.x:

SBT:

libraryDependencies += "org.scalatestplus" %% "mockito-3-3" % "3.2.0.0" % "test"

Maven:

<dependency>
  <groupId>org.scalatestplus</groupId>
  <artifactId>mockito-3-3</artifactId>
  <version>3.2.0.0</version>
  <scope>test</scope>
</dependency>

Publishing

Please use the following commands to publish to Sonatype:

$ sbt +publishSigned
com.sandinh

ScalaTest

Versions

Version
3.1.1.0