Lesson 14 - Activity 1 - Can you create tests with JUnit?

Time: 15 minutes

Purpose: This activity helps you create your own tests with JUnit

Introduction: You’ve seen me create a test, try and get familarity making your own

Task: Revisit some of our methods – create tests for add, divide, greater than, less than.

This time create tests which automatically verify instead of print to the screen!