Skip to content

Feb 17: Writing JUnit Tests

Learning Objectives

After today's class, you should be able to:

  • Write JUnit tests that create objects and assert non-static methods.
  • Run JUnit tests in VS Code (from the test class and Testing activity).
  • Analyze code coverage results to find out which lines are not tested.

Lesson Outline

Debrief [10 min]

  • Results from Exam #1

Lab05 [40 min]

Your To-Do List