Groups
Groups
Sign in
Groups
Groups
cpputest
Conversations
About
Send feedback
Help
cpputest
1–30 of 568
Welcome to the CppUTest discussion group.
Mark all as read
Report group
0 selected
Denis Koshenkov
, …
James W Grenning
5
Aug 5
Testing assertions - Design by Contract
Hi Ryna and Denis There is another way to implement checks for assert. There is a TEST_EXIT macro you
unread,
Testing assertions - Design by Contract
Hi Ryna and Denis There is another way to implement checks for assert. There is a TEST_EXIT macro you
Aug 5
Gabriel Santos
, …
Bas Vodde
7
12/6/24
Problem when I try to inlclude functional lib
Hi Hugo, Strange. Then it seems the MakefileWorker somehow still adds the -include to the compile
unread,
Problem when I try to inlclude functional lib
Hi Hugo, Strange. Then it seems the MakefileWorker somehow still adds the -include to the compile
12/6/24
Albert Álvarez-Carulla
12/5/24
Application to host test report results
Hi there, I'm looking for a solution to host all the reports related to CI/CD test results and
unread,
Application to host test report results
Hi there, I'm looking for a solution to host all the reports related to CI/CD test results and
12/5/24
MrMOSFET
,
Bas Vodde
2
11/24/24
Troubles with a pesky (well understood) memory leak (protobuf/cpputest)
Hi, Sorry for late reply! This is a common problem. The usual solutions are: * See if the library you
unread,
Troubles with a pesky (well understood) memory leak (protobuf/cpputest)
Hi, Sorry for late reply! This is a common problem. The usual solutions are: * See if the library you
11/24/24
Nolan Hergert
, …
James W Grenning
10
11/7/24
Any advice on how to mock variadic functions like printf()?
I would suggest a design change. Add an intention revealing interface for what the ioctl call is
unread,
Any advice on how to mock variadic functions like printf()?
I would suggest a design change. Add an intention revealing interface for what the ioctl call is
11/7/24
ramyanee
,
James W Grenning
2
10/11/24
stub a function with the class I am testing.
Hi One way: Subclass and override... Make B() virtual. Make a class that inherits the original class
unread,
stub a function with the class I am testing.
Hi One way: Subclass and override... Make B() virtual. Make a class that inherits the original class
10/11/24
Justin Jordan
,
James W Grenning
7
8/31/24
framwork macros stepping on test group data
Justin Good to hear you are on your way. You just experienced a handy thing about test cases. You can
unread,
framwork macros stepping on test group data
Justin Good to hear you are on your way. You just experienced a handy thing about test cases. You can
8/31/24
subhasankari sargururaj
8/13/24
error running unittest
I am using cpputest for my unittest.And i have different projects for example 455 481.I have created
unread,
error running unittest
I am using cpputest for my unittest.And i have different projects for example 455 481.I have created
8/13/24
Geni Suarez
, …
subhasankari sargururaj
4
5/27/24
How to create and run a test coverage, then generate html report?
hi i have used your suggestion it works for me like that anything in lcov On Saturday, March 4, 2017
unread,
How to create and run a test coverage, then generate html report?
hi i have used your suggestion it works for me like that anything in lcov On Saturday, March 4, 2017
5/27/24
subhasankari sargururaj
5/25/24
Reagrding error while running make check_coverage
Dear Sir, i am new to unittest as well as new to CPPUTEST.I have an folder called unittest and inside
unread,
Reagrding error while running make check_coverage
Dear Sir, i am new to unittest as well as new to CPPUTEST.I have an folder called unittest and inside
5/25/24
Ali Rostami
,
Bas Vodde
3
5/18/24
compile error after including <unordered_map>
Hi Bas Yeah, thank you so much. PS: For other's reference, it's here. On Tuesday, May 14,
unread,
compile error after including <unordered_map>
Hi Bas Yeah, thank you so much. PS: For other's reference, it's here. On Tuesday, May 14,
5/18/24
Milan Křivánek
5/13/24
CppUTest Interfering with Regular Application Code - Need Help!
Hello everyone, I've been encountering a puzzling issue with CppUTest in my development
unread,
CppUTest Interfering with Regular Application Code - Need Help!
Hello everyone, I've been encountering a puzzling issue with CppUTest in my development
5/13/24
Mahmoud Ali
,
Bas Vodde
4
4/9/24
make file
Hello/ Bas Vodde Thanks alot for your support but fortunately i have discovered the problem i was
unread,
make file
Hello/ Bas Vodde Thanks alot for your support but fortunately i have discovered the problem i was
4/9/24
Mahmoud Ali
4/8/24
make file execute
i have followed the instruction to build the cpputest but we i tried to implement make command i got
unread,
make file execute
i have followed the instruction to build the cpputest but we i tried to implement make command i got
4/8/24
James W Grenning
, …
Mahmoud Ali
13
4/2/24
Self-paced TDD training
I'll offer another one soon Mahmoud. Thanks, James On 2 Apr 2024, at 5:26, Mahmoud Ali wrote:
unread,
Self-paced TDD training
I'll offer another one soon Mahmoud. Thanks, James On 2 Apr 2024, at 5:26, Mahmoud Ali wrote:
4/2/24
Allan Gray
3/29/24
cmake targets `loop()` in fake, rather than sourcefile under test
Good evening, As per this previous thread, I have been trying to adapt this wiring-blink example to
unread,
cmake targets `loop()` in fake, rather than sourcefile under test
Good evening, As per this previous thread, I have been trying to adapt this wiring-blink example to
3/29/24
Allan Gray
, …
Ryan Hartlage
13
3/12/24
compile error on `#include "ArduinoFake.h"`
Hi Ryan, Confirmed! this worked for me! I had been trying to follow the instructions you referenced
unread,
compile error on `#include "ArduinoFake.h"`
Hi Ryan, Confirmed! this worked for me! I had been trying to follow the instructions you referenced
3/12/24
Jakob Clausen
,
James W Grenning
8
2/14/24
Problem mocking with UT_PTR_SET
Now I figured it out. A long nights sleep seemed to do it. :-) I used the same namespace names in two
unread,
Problem mocking with UT_PTR_SET
Now I figured it out. A long nights sleep seemed to do it. :-) I used the same namespace names in two
2/14/24
Ali Rostami
11/14/23
compiling on windows for x86
Hi every body, I started to use cpputest_starter_project in my project on my windows 11. At first I
unread,
compiling on windows for x86
Hi every body, I started to use cpputest_starter_project in my project on my windows 11. At first I
11/14/23
Tony Morris
2
11/8/23
INCLUDE_DIRS with long path
Well, I found a way around this by first modifying the run.sh script to mount that folder fairly
unread,
INCLUDE_DIRS with long path
Well, I found a way around this by first modifying the run.sh script to mount that folder fairly
11/8/23
Fernando Faenza
,
James Grenning
2
11/7/23
legacy-build example failed
Hi, Sorry I did not notice your question here. Are you still interested in working this out. thank
unread,
legacy-build example failed
Hi, Sorry I did not notice your question here. Are you still interested in working this out. thank
11/7/23
Kanthi Deep Kantamneni
, …
Martina Becchio
3
7/13/23
CPPUTest in KEIL
Hi , I am also trying to integrate CppUTest with Keil. I have followed the instructions to build
unread,
CPPUTest in KEIL
Hi , I am also trying to integrate CppUTest with Keil. I have followed the instructions to build
7/13/23
Martina Becchio
7/4/23
SandBox_CppUTest_tests permission denied
Hello, I'm having trouble running the tests for the LED Driver code from the Test-Driven
unread,
SandBox_CppUTest_tests permission denied
Hello, I'm having trouble running the tests for the LED Driver code from the Test-Driven
7/4/23
Jakob Clausen
, …
James W Grenning
9
6/27/23
I cannot turn memoryleakdetector off.
Jakob Are you making CppUTest without memory leak detection, or your test-runner without memory leak
unread,
I cannot turn memoryleakdetector off.
Jakob Are you making CppUTest without memory leak detection, or your test-runner without memory leak
6/27/23
Revati Dharmadhikari
,
Bas Vodde
27
3/1/23
CPPUtest Error -Expected Call Was Not Fulfilled.
Hi, Yes It is same code with different return value That's why it is looking similar. On
unread,
CPPUtest Error -Expected Call Was Not Fulfilled.
Hi, Yes It is same code with different return value That's why it is looking similar. On
3/1/23
Bas Vodde
2/6/23
Re: Cannot create and use normal header files after implementing CppUTest in eclipse embedded IDE
Hi Bastian, It is hard to look at that remote… but my guess is that it relates to capitalization.
unread,
Re: Cannot create and use normal header files after implementing CppUTest in eclipse embedded IDE
Hi Bastian, It is hard to look at that remote… but my guess is that it relates to capitalization.
2/6/23
Andrew Fox
2/6/23
trouble setting up with minGW and eclipse
@James - love the book, really keen to apply TDD to my next embedded project but just spent a few
unread,
trouble setting up with minGW and eclipse
@James - love the book, really keen to apply TDD to my next embedded project but just spent a few
2/6/23
Shanedora
,
James Grenning
2
11/27/22
Confused on project structure w/ CppUTest integration
Hi ~ S Are you asking about the cpputest-starter-project found on my GitHub account? https://github.
unread,
Confused on project structure w/ CppUTest integration
Hi ~ S Are you asking about the cpputest-starter-project found on my GitHub account? https://github.
11/27/22
Pooja Kulkarni
,
Maciej Zawodniok
2
11/11/22
How to use CPPUTEST for STM32U5 project.
Hi, Some more context information would make it easier to help. I found it easier to setup a VS
unread,
How to use CPPUTEST for STM32U5 project.
Hi, Some more context information would make it easier to help. I found it easier to setup a VS
11/11/22
Grant Dare
,
Bas Vodde
2
11/4/22
C function mock get data pointer contents
Hi Grant, Do you mean call getData? It feels too obvious, so I guess I'm missing something.
unread,
C function mock get data pointer contents
Hi Grant, Do you mean call getData? It feels too obvious, so I guess I'm missing something.
11/4/22