https://github.com/springframeworkguru/tdd-by-example
TDD By Example
https://github.com/springframeworkguru/tdd-by-example
Last synced: 9 months ago
JSON representation
TDD By Example
- Host: GitHub
- URL: https://github.com/springframeworkguru/tdd-by-example
- Owner: springframeworkguru
- License: apache-2.0
- Created: 2018-10-03T09:01:18.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-10-02T17:45:38.000Z (about 2 years ago)
- Last Synced: 2025-04-03T14:10:02.071Z (9 months ago)
- Language: Java
- Size: 81.1 KB
- Stars: 124
- Watchers: 10
- Forks: 1,140
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Test Driven Development By Example
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)
Examples provided have been inspired by Kent Beck's examples in his book [Test-Driven Development By Example](https://amzn.to/2DTP58p)
In this repository, I look at using Beck's classic TDD Money Example - updated to Java 11 and JUnit 5.
## 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.