This is a collection of Java Classes with code examples on how to use JUnit.
##Table of Content
- JUnit Basics
- Covers all the standard JUnit annotations and what they do
- Create Test Suites and Test Primers
- Covers the standard way of creating JUnit test suites and collection of suites (primers)
- Retry Tests
- How to create JUnit rules to retry tests
- Test Listeners
- How to create JUnit rules to define what to do on generic test pass or fail
- Parameterized Tests
- Covers how to run parameterized tests with JUnit
- Skip Tests/Suites
- Covers how to skip test cases or test suites with JUnit
More tutorials can be found on my YouTube channel