Last Version

mockito-extension 1.2.1

Mockito for JUnit 5

License

License

MIT
Categories

Categories

JUnit Unit Testing Mockito
GroupId

GroupId

name.falgout.jeffrey.testing.junit5
ArtifactId

ArtifactId

mockito-extension
Version

Version

1.2.1
Type

Type

jar
Description

Description

mockito-extension
Mockito for JUnit 5
Project URL

Project URL

https://github.com/JeffreyFalgout/junit5-extensions/tree/master/mockito-extension
Source Code Management

Source Code Management

https://github.com/JeffreyFalgout/junit5-extensions

Download mockito-extension 1.2.1


<!-- https://jarcasting.com/artifacts/name.falgout.jeffrey.testing.junit5/mockito-extension/ -->
<dependency>
    <groupId>name.falgout.jeffrey.testing.junit5</groupId>
    <artifactId>mockito-extension</artifactId>
    <version>1.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/name.falgout.jeffrey.testing.junit5/mockito-extension/
implementation 'name.falgout.jeffrey.testing.junit5:mockito-extension:1.2.1'
// https://jarcasting.com/artifacts/name.falgout.jeffrey.testing.junit5/mockito-extension/
implementation ("name.falgout.jeffrey.testing.junit5:mockito-extension:1.2.1")
'name.falgout.jeffrey.testing.junit5:mockito-extension:jar:1.2.1'
<dependency org="name.falgout.jeffrey.testing.junit5" name="mockito-extension" rev="1.2.1">
  <artifact name="mockito-extension" type="jar" />
</dependency>
@Grapes(
@Grab(group='name.falgout.jeffrey.testing.junit5', module='mockito-extension', version='1.2.1')
)
libraryDependencies += "name.falgout.jeffrey.testing.junit5" % "mockito-extension" % "1.2.1"
[name.falgout.jeffrey.testing.junit5/mockito-extension "1.2.1"]

Dependencies

compile (3)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter-api jar 5.5.2
com.google.guava : guava jar 22.0
org.mockito : mockito-core jar 2.18.3

test (3)

Group / Artifact Type Version
name.falgout.jeffrey.testing.junit5 : extension-testing jar 1.2.1
org.junit.jupiter : junit-jupiter-engine jar 5.5.2
com.google.truth : truth jar 0.33

Project Modules

There are no modules declared in this project.