webapp
webapp copied to clipboard
Add unit test for the `CsvContentExtractionHelper::getStoryBooksFromCsvBackup`
Add unit test for extracting StoryBookGson
content from the CSV files that happens on application launch. By having unit tests for this, a developer will be notified sooner when introducing breaking changes.
- good start will be extraction of
CsvContentExtractionHelper::getStoryBooksFromCsvBackup
method into a dedicated Util class - as an example/reference of desired unit tests take look at code of issue #1396
Relates to #1638
@nya-elimu Hello there, I can work on this one!