https://github.com/springframeworkguru/testing-junit5-mockito
Testing Java JUnit 5 with Mockito
https://github.com/springframeworkguru/testing-junit5-mockito
Last synced: 9 months ago
JSON representation
Testing Java JUnit 5 with Mockito
- Host: GitHub
- URL: https://github.com/springframeworkguru/testing-junit5-mockito
- Owner: springframeworkguru
- License: apache-2.0
- Created: 2018-10-29T21:57:40.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-11T18:11:48.000Z (about 7 years ago)
- Last Synced: 2025-04-09T16:18:56.156Z (9 months ago)
- Language: Java
- Size: 82 KB
- Stars: 28
- Watchers: 2
- Forks: 375
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Introduction to JUnit 5 with Mockito
All source code examples in the repository are for my [Online Course - Testing Spring Beginner to Guru](https://www.udemy.com/testing-spring-boot-beginner-to-guru/?couponCode=GITHUB_REPO)
This source code repository contains JUnit 5 and Mockito test examples with Maven.
## Setup
### Requirements
* Should use Java 11 or higher. Previous versions of Java are un-tested.
* Use Maven 3.5.2 or higher
## Support
For questions and help:
* Please post in course
* Or post in the Slack Community exclusive to the course.
GitHub Issues will not be addressed.