https://github.com/erikhuizinga/mockk-patterns
Patterns for MockK: https://mockk.io/
https://github.com/erikhuizinga/mockk-patterns
junit junit4 jvm kotlin mock mockk
Last synced: 3 months ago
JSON representation
Patterns for MockK: https://mockk.io/
- Host: GitHub
- URL: https://github.com/erikhuizinga/mockk-patterns
- Owner: erikhuizinga
- License: apache-2.0
- Archived: true
- Created: 2020-03-12T15:48:38.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-09-20T13:51:37.000Z (9 months ago)
- Last Synced: 2025-03-01T15:15:28.034Z (4 months ago)
- Topics: junit, junit4, jvm, kotlin, mock, mockk
- Language: Kotlin
- Size: 202 KB
- Stars: 6
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Deprecated / Obsolete
Since https://github.com/mockk/mockk/pull/1297 was merged in the MockK repo, this repo's use has become much more limited.
Therefore I stop development/maintenance of this project, and I made it an archive.I hope that it served its purpose for you!
Original README contents
[](https://github.com/erikhuizinga/mockk-patterns/actions?query=workflow%3ACI)
# MockK Patterns
Patterns for [MockK](https://mockk.io) ([GitHub](https://github.com/mockk/mockk)).
## Modules
| name | latest version |
| -- | -- |
| [`mockk-junit4`](junit4) | [](https://search.maven.org/artifact/com.github.erikhuizinga/mockk-junit4) |
| [`mockk-junit5`](junit5) | [](https://search.maven.org/artifact/com.github.erikhuizinga/mockk-junit5) |
For installation and usage: see the readme in the module dir.
For changes and release notes: see the changelog in the module dir.