Lesson 11: Unit Testing
Goals
- Learn about software testing in general
- Deep dive into Unit Tests
- Learn about libraries that help you to writing Unit Tests
Slides
Exercises
Hands-On Exercise
Follow the link and download the exercise from GitHub Classroom
Homework Assignment
Follow the link and download the assignment from GitHub Classroom
Additional Resources
- JUnit 5 - User Guide
- Configure IntelliJ with JUnit
- Given-When-Then Testing Structure
- Test-Driven Development (Wikipedia)
- Popular Test Naming Conventions
- JUnit 5 Tutorial (Guru99)
- JUnit Best Practices Guide