#ceedling
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...
Before starting TDD, we need software spec and test cases. Our goal is demonstrating software development process with a simple example:fizzbuzz...
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...
Auto-generated mock files in Ceedling provide Ignore and Expect functions as well as the StubWithCallback function. Here is an example of...