Exercise 1: Write Row Level Assertions

After you have finished this exercise, you understand how you can write reusable row level assertions with AssertJ-DB. You can finish this exercise by following these steps:

1. Create a new custom assertion class and put this class to the com.cleantestautomation.assertjdb.todoitem package.

2. Write the custom assertion methods which help you to ensure that the columns of the todo_item table have the expected column values.