#unit-testing
Read more stories on Hashnode
Articles with this tag
If you are working in regulated industry, a unit testing is a part of the software development process because it usually requires to show V &...
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...
Auto-generated mock files in Ceedling provide Ignore and Expect functions as well as the StubWithCallback function. Here is an example of...