#tdd
Read more stories on Hashnode
Articles with this tag
This post is an extension of "TDD - You can write code without actual hardware (Part II)". Previously, eeprom_controller.c includes the read-byte...
This post is an extension of "TDD - You can write code without actual hardware (Part I)". Previously, eeprom_controller.c includes only the read-byte...
This post is an extension of "Another mock example using StubWithCallback". Previously, test_eeprom_controller.c includes only one test case. void...
Example of Safety Standards When your firmware needs to comply with some safety standards, it cannot be achieved without unit testing. There are many...
Test Driven Development is required to go through multiple times of small changes in production code and test code concurrently. It would be nice to...