arduino-photometrics/test
2025-12-17 12:48:14 +01:00
..
EEPROM_test_struct.cpp too much changes, fixe some bugs and integration test validate 2025-12-17 12:48:14 +01:00
README too much changes, fixe some bugs and integration test validate 2025-12-17 12:48:14 +01:00

# Project tests
The project was classic for sensor management, for the treatment and for the main file.
However, the data measure storage (**storage_interface** class), use the EEPROM persistant memory with ordered dynamic storage structure leading to most of the project's complexity who need's to be test.
The [EEPROM_test_struct.cpp](EEPROM_test_struct.cpp) is made for this.

## storage_interface test
The file mainly contain unit test for **getter setter** function and **structure** functions.