Motivation

To test or not to test

We really weren't sure if we have to make a serialization/deserialization example because it seems that this functionality is in complete control for the framework (Jackson is in both applications).

We decided to include these tests even if it has no impact on the source code because we think this serialization/deserialization is really important for the API. You have to be sure your API clients have quality data in a predictable way.

So, the answer is YES. We are testing the Jackson framework.

Last updated

Was this helpful?