https://github.com/springframeworkguru/intro-junit5
Introduction to JUnit5
https://github.com/springframeworkguru/intro-junit5
Last synced: 9 months ago
JSON representation
Introduction to JUnit5
- Host: GitHub
- URL: https://github.com/springframeworkguru/intro-junit5
- Owner: springframeworkguru
- License: apache-2.0
- Created: 2018-10-10T22:34:50.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-10-02T19:09:02.000Z (about 2 years ago)
- Last Synced: 2025-03-29T21:04:15.402Z (9 months ago)
- Language: Java
- Size: 56.6 KB
- Stars: 20
- Watchers: 3
- Forks: 463
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Introduction to JUnit 5 with Maven
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 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.