https://github.com/dajudge/jupiter-mockito-spring
Example project demonstrating the integration of Mockito with Spring in JUnit 5
https://github.com/dajudge/jupiter-mockito-spring
Last synced: over 1 year ago
JSON representation
Example project demonstrating the integration of Mockito with Spring in JUnit 5
- Host: GitHub
- URL: https://github.com/dajudge/jupiter-mockito-spring
- Owner: dajudge
- License: apache-2.0
- Created: 2018-04-02T09:33:25.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-02T13:19:05.000Z (about 8 years ago)
- Last Synced: 2025-01-23T14:51:20.682Z (over 1 year ago)
- Language: Java
- Size: 57.6 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# jupiter-mockito-spring
Example project demonstrating the integration of Mockito with Spring in JUnit 5
This is the example source code for the blog article [Using Mockito with Spring in JUnit 5](https://blog.alexstockinger.de/2018/04/02/using-mockito-with-spring-in-junit-5/).