infinum / kotlin-jsonapix

JsonApiX is an Android, annotation processor library that was made to transform regular Kotlin classes into their JSON API representations, with the ability to serialize or deserialize them to or from strings.
Apache License 2.0
38 stars 9 forks source link

Feature/#848 write meaningful tests #36

Closed gobbletsit closed 2 years ago

gobbletsit commented 2 years ago

https://app.productive.io/1-infinum/projects/2590/tasks/task/3298988?board=85892&filter=MjQ1OTU5

This PR contains changes made for covering the existing functionality with tests as much as possible. Plenty of errors were detected with newly written tests so new tests were added for all those newly encountered issues.

Done: