Here are
29 public repositories
matching this topic...
CppUTest unit testing and mocking framework for C/C++
Mock generator for CppUTest/CppUMock
NetBeans C/C++ unit testing plugin – supporting CppUTest, GoogleTest (gtest) / GoogleMock (gmock) and libunittest C++.
Experimental C++ Ethernet driver for Stm32 boards using W5100.
Template for avr-gcc projects utilizing CppUTest for unit tests
Updated
Apr 22, 2019
Makefile
Dockerfile for avr development
Updated
Jun 18, 2021
Dockerfile
Build system based on GNU Makefile for Assembly/C/C++ projects that need to cross-compile to one or multiple architectures and use the best practices from TDD
Updated
Aug 25, 2021
Makefile
Stupid simple CppUTest/CppUMock mock generation
Updated
May 26, 2020
Python
Guide to setup CppUTest in Eclipse for Windows 7
A cookiecutter template for creating a simple C++ TDD code kata project using CppUTest
using mmcli as an SMS execution point. Modems listen for request and execute them one after the other
This is an example project that uses Gradle to build and test an embedded application.
Debugging shortcut for CppUTest
Updated
Dec 31, 2016
Python
C++11 Hamcrest like Matcher implementation.
Conan.io recipe for CppUTest
Updated
Feb 8, 2021
Python
Specification, implementation & testing of a championship standings system
C project template with advanced Makefile and CppUTest integration
Updated
Feb 2, 2017
Makefile
TDD in C. Test with CppUTest. Configure with CMake. Run with Docker.
Updated
Dec 13, 2018
Shell
Testing embedded firmware using CppUTest framework
This repository consists source code from book "Test-Driven Development for Embedded C" by James W. Grenning
This repository contains a simple C++ project, demonstrating a useful structure for developing an application using TDD.
Updated
Feb 17, 2017
CMake
A quick example on how to run unit tests with CppUTest
Updated
Aug 22, 2020
Makefile
CMake based project skeleton
Updated
May 5, 2020
CMake
Example of use of the CppUTest tool
This is my c++ work from my research.
Improve this page
Add a description, image, and links to the
cpputest
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
cpputest
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
When a test fails and you click on the failing test, it will say something like
But we still need the line numbers to know which line failed.