MVN

name.falgout.jeffrey.testing.junit5 : mockito-extension

Maven & Gradle

Dec 09, 2019
5 usages
41 stars

mockito-extension · Mockito for JUnit 5

<dependency>
    <groupId>name.falgout.jeffrey.testing.junit5</groupId>
    <artifactId>mockito-extension</artifactId>
    <version>1.2.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of name.falgout.jeffrey.testing.junit5 : mockito-extension to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.2.1
  • Latest Release Candidate: 1.0.0-RC2

All Versions

Choose a version of name.falgout.jeffrey.testing.junit5 : mockito-extension to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.2.x
mockito-extension-1.2.1
mockito-extension-1.2.0
1.1.x
mockito-extension-1.1.1
mockito-extension-1.1.0
1.0.x
mockito-extension-1.0.2
mockito-extension-1.0.1
mockito-extension-1.0.0
mockito-extension-1.0.0-RC2
mockito-extension-1.0.0-M4

How to add a dependency to Maven

Add the following name.falgout.jeffrey.testing.junit5 : mockito-extension maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>name.falgout.jeffrey.testing.junit5</groupId>
    <artifactId>mockito-extension</artifactId>
    <version>1.2.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following name.falgout.jeffrey.testing.junit5 : mockito-extension gradle dependency to your build.gradle file:

implementation 'name.falgout.jeffrey.testing.junit5:mockito-extension:1.2.1'

Gradle Kotlin DSL: Add the following name.falgout.jeffrey.testing.junit5 : mockito-extension gradle kotlin dependency to your build.gradle.kts file:

implementation("name.falgout.jeffrey.testing.junit5:mockito-extension:1.2.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following name.falgout.jeffrey.testing.junit5 : mockito-extension sbt scala dependency to your build.sbt file:

libraryDependencies += "name.falgout.jeffrey.testing.junit5" % "mockito-extension" % "1.2.1"

Advertisement