Adding unit tests
The project size is increasing. The unit tests should be added for the following parts, with the following priority:
-
[x] Display driver and SPI bus driver
-
[ ] Date time service interaction and synchronizing via BLE
-
[x] Event dispatcher
-
[x] Clock Page Handler
-
[x] Buttons driver
Also to
-
Main window
-
Controllers classes
https://github.com/google/googletest/blob/master/googletest/docs/primer.md
https://github.com/google/googletest/blob/b8e2562086ef326a4a88089f85b29ce7b6f9464b/googlemock/docs/ForDummies.md
https://github.com/google/googletest/blob/master/googlemock/docs/cheat_sheet.md
https://github.com/google/googletest/blob/master/googletest/docs/advanced.md