JUnit 5

  • JUnit is a very popular Java automated testing library
  • Allows you to directly run pieces of your code
  • Use "assertions" to verify behaviors
  • Uses a lot of annotations

2 / 21