Introduction to JUnit 4

After we have finished all lessons of this topic, we:

  • Can describe the structure of a JUnit 4 test class and create new tests classes.
  • Understand the responsibilities of a JUnit 4 test runner and can use non-default test runners.
  • Know what a JUnit 4 rule is and can enhance our tests with JUnit 4 rules.