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

https://github.com/claudioaltamura/java-mockito

Java Examples with Mockito
https://github.com/claudioaltamura/java-mockito

gradle java junit mockito testing

Last synced: 2 months ago
JSON representation

Java Examples with Mockito

Awesome Lists containing this project

README

          

![GitHub Workflow Status (with branch)](https://img.shields.io/github/actions/workflow/status/claudioaltamura/java-mockito/build-gradle-project.yml?branch=main)

[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)

# java-mockito
Java Examples with Mockito

* Captor
* Exception
* Void
* Partial Mocking
* Spy
* Future
* ...