https://github.com/springframeworkguru/testing-java-junit5
Testing Java JUnit 5
https://github.com/springframeworkguru/testing-java-junit5
java junit5 spring-boot
Last synced: 9 months ago
JSON representation
Testing Java JUnit 5
- Host: GitHub
- URL: https://github.com/springframeworkguru/testing-java-junit5
- Owner: springframeworkguru
- License: apache-2.0
- Created: 2018-10-11T10:15:57.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-01-30T17:25:48.000Z (almost 2 years ago)
- Last Synced: 2025-03-28T17:06:33.838Z (9 months ago)
- Topics: java, junit5, spring-boot
- Language: Java
- Homepage: https://springframework.guru
- Size: 107 KB
- Stars: 51
- Watchers: 2
- Forks: 667
- Open Issues: 9
-
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.