From the course: JSON Processing with Java EE

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Challenge: Write unit test

Challenge: Write unit test

From the course: JSON Processing with Java EE

Start my 1-month free trial

Challenge: Write unit test

- [Instructor] In this Challenge, you are to write the unit test necessary to verify that the JSON object constructed in the object example three class as been constructed correctly. To be sure of this, you should assert each value in the JSON object just as I did in the first lesson. But don't cheat by copying that code. See if you can remember how to do it. And the estimated completion time for this task is 10 minutes.

Contents