MockK Patterns for JUnit 5


License

License

Categories

Categories

JUnit Unit Testing
GroupId

GroupId

com.github.erikhuizinga
ArtifactId

ArtifactId

mockk-junit5
Last Version

Last Version

2.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

MockK Patterns for JUnit 5
MockK Patterns for JUnit 5
Project URL

Project URL

https://github.com/erikhuizinga/mockk-patterns
Source Code Management

Source Code Management

https://github.com/erikhuizinga/mockk-patterns/tree/master

Download mockk-junit5

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.erikhuizinga/mockk-junit5/ -->
<dependency>
    <groupId>com.github.erikhuizinga</groupId>
    <artifactId>mockk-junit5</artifactId>
    <version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.erikhuizinga/mockk-junit5/
implementation 'com.github.erikhuizinga:mockk-junit5:2.0.0'
// https://jarcasting.com/artifacts/com.github.erikhuizinga/mockk-junit5/
implementation ("com.github.erikhuizinga:mockk-junit5:2.0.0")
'com.github.erikhuizinga:mockk-junit5:jar:2.0.0'
<dependency org="com.github.erikhuizinga" name="mockk-junit5" rev="2.0.0">
  <artifact name="mockk-junit5" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.erikhuizinga', module='mockk-junit5', version='2.0.0')
)
libraryDependencies += "com.github.erikhuizinga" % "mockk-junit5" % "2.0.0"
[com.github.erikhuizinga/mockk-junit5 "2.0.0"]

Dependencies

runtime (3)

Group / Artifact Type Version
org.jetbrains.kotlin : kotlin-stdlib-jdk8 jar 1.3.70
io.mockk : mockk jar 1.10.0
org.junit.jupiter : junit-jupiter jar 5.6.2

Project Modules

There are no modules declared in this project.

Versions

Version
2.0.0