License |
License |
---|---|
Categories |
CategoriesJUnit Unit Testing |
GroupId | GroupIdcom.github.erikhuizinga |
ArtifactId | ArtifactIdmockk-junit4 |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionMockK Patterns for JUnit 4
MockK Patterns for JUnit 4
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
mockk-junit4-1.0.0.pom | |
mockk-junit4-1.0.0.jar | 6 KB |
mockk-junit4-1.0.0-sources.jar | 1 KB |
mockk-junit4-1.0.0-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.erikhuizinga/mockk-junit4/ -->
<dependency>
<groupId>com.github.erikhuizinga</groupId>
<artifactId>mockk-junit4</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.erikhuizinga/mockk-junit4/
implementation 'com.github.erikhuizinga:mockk-junit4:1.0.0'
// https://jarcasting.com/artifacts/com.github.erikhuizinga/mockk-junit4/
implementation ("com.github.erikhuizinga:mockk-junit4:1.0.0")
'com.github.erikhuizinga:mockk-junit4:jar:1.0.0'
<dependency org="com.github.erikhuizinga" name="mockk-junit4" rev="1.0.0">
<artifact name="mockk-junit4" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.erikhuizinga', module='mockk-junit4', version='1.0.0')
)
libraryDependencies += "com.github.erikhuizinga" % "mockk-junit4" % "1.0.0"
[com.github.erikhuizinga/mockk-junit4 "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.3.70 |
io.mockk : mockk | jar | 1.10.0 |
junit : junit | jar | 4.13 |