Common Steps for All Exercises

These steps are the same for all exercises of the Writing Basic Assertions With AssertJ lesson. In other words, before you start an exercise, make sure that you have finished these steps:

1. Clone the Git repository that contains the sample applications of this course. If you have already cloned that repository, you can ignore this step.

2. Open the project found from the introduction-to-junit5/writing-assertions-with-junit5/exercises/write-basic-assertions-exercise directory with your favorite IDE.

3. Ensure that the required dependencies are found from the classpath.

Remember to revert your changes after you have finished an exercise!