Projects with this topic
-
Algorithms Exercises solved in C++17, running with CMake and Catch2 unittest framework. Developed with TDD.
Updated -
Algorithms Exercises solved in C (GNU11), running with CMake and Catch2 (C++) unittest framework. Developed with TDD.
Updated -
First project for the bachelor's course Practical Aspects of Software Design at the BUT FIT. The aim of the project was to try out typical tasks related to software testing (unit tests). The project is divided into three parts: black box tests, white box tests, code coverage tests.
Updated -
Simple project that shows how to use Ceedling and FFF (Fake Function Framework) for unit testing applications developed with ESP-IDF.
Updated -
-
Convert arabic numeral to roman numeral following TDD methodology
Updated -
Demonstration program for how to write unit test programs with the Boost.Test framework.
This is the live demo for my talk about TDD and Boost.Test: https://gitlab.com/wolframroesler/Talks/blob/master/tdd.pdf
Updated