License |
License |
---|---|
Categories |
CategoriesJUnit Unit Testing |
GroupId | GroupIdcom.github.erikhuizinga |
ArtifactId | ArtifactIdmockk-junit5 |
Last Version | Last Version2.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionMockK Patterns for JUnit 5
MockK Patterns for JUnit 5
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
mockk-junit5-2.0.0.pom | |
mockk-junit5-2.0.0.jar | 5 KB |
mockk-junit5-2.0.0-sources.jar | 1 KB |
mockk-junit5-2.0.0-javadoc.jar | 261 bytes |
Browse |
<!-- 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"]
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 |