An open API service indexing awesome lists of open source software.

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/

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

[![CI](https://github.com/erikhuizinga/mockk-patterns/workflows/CI/badge.svg)](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) | [![Download from Maven Central](https://img.shields.io/badge/dynamic/xml?color=brightgreen&label=Maven%20Central&prefix=com.github.erikhuizinga:mockk-junit4:&query=.%2F%2Flatest&url=https%3A%2F%2Frepo1.maven.org%2Fmaven2%2Fcom%2Fgithub%2Ferikhuizinga%2Fmockk-junit4%2Fmaven-metadata.xml)](https://search.maven.org/artifact/com.github.erikhuizinga/mockk-junit4) |
| [`mockk-junit5`](junit5) | [![Download from Maven Central](https://img.shields.io/badge/dynamic/xml?color=darkgreen&label=Maven%20Central&prefix=com.github.erikhuizinga:mockk-junit5:&query=.%2F%2Flatest&url=https%3A%2F%2Frepo1.maven.org%2Fmaven2%2Fcom%2Fgithub%2Ferikhuizinga%2Fmockk-junit5%2Fmaven-metadata.xml)](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.