Groups
Groups
Sign in
Groups
Groups
CxxTest Forum
Conversations
About
Send feedback
Help
CxxTest Forum
1–30 of 50
User discussions about the CxxTest C++ testing framework.
Mark all as read
Report group
0 selected
Frederick Brier
2
3/2/22
SCons builder is still using Python 2?
I had previously looked at scons-tool-cxxtest, but had trouble. With more experimenting with cxxtest
unread,
SCons builder is still using Python 2?
I had previously looked at scons-tool-cxxtest, but had trouble. With more experimenting with cxxtest
3/2/22
Cody Stevens
, …
P Sankalprajan
4
6/5/21
Path problems installing into Windows
Hello All, Hope you are doing well. I started working with C++ and Unit testing recently. One of the
unread,
Path problems installing into Windows
Hello All, Hope you are doing well. I started working with C++ and Unit testing recently. One of the
6/5/21
SD
3/16/20
Inherited a test suite but don't want to execute its tests
I have the following class hierarchy: class A: public CxxTest::TestSuite { _prerequisitefunc();
unread,
Inherited a test suite but don't want to execute its tests
I have the following class hierarchy: class A: public CxxTest::TestSuite { _prerequisitefunc();
3/16/20
mahesh prasad
3/19/19
use of undeclared identifier -> for a function defined in ".c" file called from utest file
Hi team, I am stuck with the linker error as my ut executable will be build based on the methods in
unread,
use of undeclared identifier -> for a function defined in ".c" file called from utest file
Hi team, I am stuck with the linker error as my ut executable will be build based on the methods in
3/19/19
Sean Walton
2/27/19
Enhancing CxxTest
I would like to add a feature that I believe does not yet exist. I created a way to fork off each
unread,
Enhancing CxxTest
I would like to add a feature that I believe does not yet exist. I created a way to fork off each
2/27/19
theo...@verific.com
2
1/10/19
Running cxx tests in random order, repeatedly, overnight
The features below are apparently available on the newer versions of cxx_test. On Wednesday, January
unread,
Running cxx tests in random order, repeatedly, overnight
The features below are apparently available on the newer versions of cxx_test. On Wednesday, January
1/10/19
Derek Dresser
11/15/17
Is it possible to disable the epoch timestamp that cxxtestgen adds to generated source files?
We use Gradle for building and it tracks input and output files for compile tasks and retrieve object
unread,
Is it possible to disable the epoch timestamp that cxxtestgen adds to generated source files?
We use Gradle for building and it tracks input and output files for compile tasks and retrieve object
11/15/17
Zhenzhong Pan
1/7/17
what's the difference between ::testing::InitGoogleTest and testing::InitGoogleTest?
It seems that I remove the :: prefix from ::testing::InitGoogleTest, there is no effect to my program
unread,
what's the difference between ::testing::InitGoogleTest and testing::InitGoogleTest?
It seems that I remove the :: prefix from ::testing::InitGoogleTest, there is no effect to my program
1/7/17
Stijn Deroo-Van Maele
2
12/12/16
CxxTest and CMake - set XmlPrinter
Found it. set(CXXTEST_TESTGEN_ARGS --xunit-printer) On Monday, December 12, 2016 at 11:43:03 AM UTC+1
unread,
CxxTest and CMake - set XmlPrinter
Found it. set(CXXTEST_TESTGEN_ARGS --xunit-printer) On Monday, December 12, 2016 at 11:43:03 AM UTC+1
12/12/16
neuralpr...@gmail.com
7/26/16
TSM_ASSERT only produce output for invalid but not for valid assertions
Somehow the TSM_ASSERT macro seems to not produce output for valid assertions but on invalid
unread,
TSM_ASSERT only produce output for invalid but not for valid assertions
Somehow the TSM_ASSERT macro seems to not produce output for valid assertions but on invalid
7/26/16
Cas
2
7/19/16
Unable to compile test runner - errors are very unhelpful. Using latest MinGW G++.
Fixed! The issue was running g++ with the flag -std=c++11. The flag that worked correctly is -std=gnu
unread,
Unable to compile test runner - errors are very unhelpful. Using latest MinGW G++.
Fixed! The issue was running g++ with the flag -std=c++11. The flag that worked correctly is -std=gnu
7/19/16
CAI Longqi
4/14/16
FindCxxTest module in cmake is broken
File "/usr/local/bin/cxxtestgen", line 2 PYTHONPATH="/usr/local/Cellar/cxxtest/4.4/lib
unread,
FindCxxTest module in cmake is broken
File "/usr/local/bin/cxxtestgen", line 2 PYTHONPATH="/usr/local/Cellar/cxxtest/4.4/lib
4/14/16
Krishna Vivek Vitta
9/1/15
Additional tags in XML output
Hello, <?xml version="1.0" encoding="UTF-8" ?> <testsuite name="
unread,
Additional tags in XML output
Hello, <?xml version="1.0" encoding="UTF-8" ?> <testsuite name="
9/1/15
John Haines
, …
Mark Apolinski
3
8/3/15
Jenkins plugin for cxxtest
Is there any way you could go into a little more detail about how exactly to do this? On Wednesday,
unread,
Jenkins plugin for cxxtest
Is there any way you could go into a little more detail about how exactly to do this? On Wednesday,
8/3/15
Philippe Villeneuve
,
Erik Münz
2
4/10/15
CxxTest 4.4 and Python 3.4
Hi Phillipe, I've just set up CxxTest for an embedded C++ project and the code generation using
unread,
CxxTest 4.4 and Python 3.4
Hi Phillipe, I've just set up CxxTest for an embedded C++ project and the code generation using
4/10/15
Arjun Suresh Raji
2
3/17/15
C++ namespace unqualified from the test runner
Any update ?
unread,
C++ namespace unqualified from the test runner
Any update ?
3/17/15
Arjun Suresh Raji
3/11/15
ISO C++ error from the test runner generated
Hi people, I am getting strange errors from the test runner generated by cxxtestgen.pl. eg: <error
unread,
ISO C++ error from the test runner generated
Hi people, I am getting strange errors from the test runner generated by cxxtestgen.pl. eg: <error
3/11/15
Karen Morrissey
3/10/15
Re: Abridged summary of cxxtest-forum@googlegroups.com - 1 update in 1 topic
As far as I know, there is no set limit to the number of test suites. Why do you ask? Karen A.
unread,
Re: Abridged summary of cxxtest-forum@googlegroups.com - 1 update in 1 topic
As far as I know, there is no set limit to the number of test suites. Why do you ask? Karen A.
3/10/15
Arjun Suresh Raji
3/10/15
Multiple Test Suites in a file
How many test suites can I have in a file? I am working with Cxxtest 2004-12-01 due to toolchain
unread,
Multiple Test Suites in a file
How many test suites can I have in a file? I am working with Cxxtest 2004-12-01 due to toolchain
3/10/15
spi...@gmail.com
2/15/15
Newbie question about portability on Windows with Visual Studio compiler.
Hello, I'm currently trying CxxTest first and second example from the CxxTest User Guide.
unread,
Newbie question about portability on Windows with Visual Studio compiler.
Hello, I'm currently trying CxxTest first and second example from the CxxTest User Guide.
2/15/15
cche...@gmail.com
,
William Hart
2
12/16/14
Using CxxTest in Code Composer Studio v5
I haven't heard of any cxxtest users who are using Code Composer Studio. I haven't used this
unread,
Using CxxTest in Code Composer Studio v5
I haven't heard of any cxxtest users who are using Code Composer Studio. I haven't used this
12/16/14
Mikhail Balakhno
, …
Mikhail Balakhno
3
11/9/14
constructor/destructor vs setUp/tearDown?
Hello Bill! Thank you for your response. I understand that CxxTest only construct each test fixture
unread,
constructor/destructor vs setUp/tearDown?
Hello Bill! Thank you for your response. I understand that CxxTest only construct each test fixture
11/9/14
Arjun Suresh Raji
,
Bill Hart
3
9/24/14
Minimum g++ versio required
Thanks Bill. I am using 3.4.4 g++. Ran into dead end. I have to downgrade cxxtest to 3.10 to get it
unread,
Minimum g++ versio required
Thanks Bill. I am using 3.4.4 g++. Ran into dead end. I have to downgrade cxxtest to 3.10 to get it
9/24/14
Arjun Suresh Raji
7/21/14
Signal Handling of Cxxtest
Hi , I was testing my code and got a segfault. segfault is not handled by Cxxtest. Couldn't this
unread,
Signal Handling of Cxxtest
Hi , I was testing my code and got a segfault. segfault is not handled by Cxxtest. Couldn't this
7/21/14
Hari Krishna
6/26/14
Pls let me know how to integrate eclipse with cxx
Dear All, I want to integrate Cxx with eclipse. I am new in such integrations,pleas help ..
unread,
Pls let me know how to integrate eclipse with cxx
Dear All, I want to integrate Cxx with eclipse. I am new in such integrations,pleas help ..
6/26/14
Arjun Suresh Raji
,
Karen Morrissey
8
6/19/14
Stubbing in cxxtest
I'm rusty as far as mixing C & C++ code. I know there's a C++ declaration you can use so
unread,
Stubbing in cxxtest
I'm rusty as far as mixing C & C++ code. I know there's a C++ declaration you can use so
6/19/14
Karen Morrissey
, …
Arjun Suresh Raji
3
6/16/14
assertions in setup/teardown
On Saturday, June 29, 2013 10:35:14 AM UTC+5:30, Bill Hart wrote: Correct. Test assertions cannot be
unread,
assertions in setup/teardown
On Saturday, June 29, 2013 10:35:14 AM UTC+5:30, Bill Hart wrote: Correct. Test assertions cannot be
6/16/14
Bill Hart
6/4/14
CxxTest 4.4
We are pleased to announce the updated release of CxxTest 4.4. CxxTest is a unit testing framework
unread,
CxxTest 4.4
We are pleased to announce the updated release of CxxTest 4.4. CxxTest is a unit testing framework
6/4/14
Chris Bruniges
,
Bill Hart
2
6/4/14
Bug? : Supplying --xunit-printer and then --error-printer overwrites xml content
Yeah, that looks like a bug. I've added a ticket. --Bill On Wednesday, April 30, 2014 7:54:47 PM
unread,
Bug? : Supplying --xunit-printer and then --error-printer overwrites xml content
Yeah, that looks like a bug. I've added a ticket. --Bill On Wednesday, April 30, 2014 7:54:47 PM
6/4/14
Arjun Suresh Raji
,
Bill Hart
4
6/4/14
Code Coverage using cxxtest
The gcovr and lcov utilities are quite similar. gcovr provides options for generating XML outputs,
unread,
Code Coverage using cxxtest
The gcovr and lcov utilities are quite similar. gcovr provides options for generating XML outputs,
6/4/14