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
- Host: GitHub
- URL: https://github.com/claudioaltamura/java-mockito
- Owner: claudioaltamura
- License: mit
- Created: 2019-02-04T04:35:30.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2026-04-21T20:25:58.000Z (2 months ago)
- Last Synced: 2026-04-21T22:30:19.086Z (2 months ago)
- Topics: gradle, java, junit, mockito, testing
- Language: Java
- Homepage:
- Size: 89.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

[](https://opensource.org/licenses/MIT)
# java-mockito
Java Examples with Mockito
* Captor
* Exception
* Void
* Partial Mocking
* Spy
* Future
* ...