mockito-3.3


License

License

Categories

Categories

Mockito Unit Testing
GroupId

GroupId

com.sandinh
ArtifactId

ArtifactId

mockito-3-3_0.25
Last Version

Last Version

3.2.0.0
Release Date

Release Date

Type

Type

bundle
Description

Description

mockito-3.3
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/scalatest/scalatestplus-mockito

Download mockito-3-3_0.25

Dependencies

compile (3)

Group / Artifact Type Version
ch.epfl.lamp : dotty-library_0.25 jar 0.25.0-RC2
org.mockito : mockito-core jar 3.3.3
com.sandinh : scalatest-core_0.25 jar 3.2.0

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.2 and Mockito 3.4.x:

SBT:

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

Maven:

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

Publishing

Please use the following commands to publish to Sonatype:

$ sbt +publishSigned
com.sandinh

ScalaTest

Versions

Version
3.2.0.0