Home » U++ TheIDE » U++ TheIDE: Other Features Wishlist and/or Bugs » Can U++ TheIDE be used with cxxtest ? (Looking for a way to use cxxtest unit test framework for TDD.)
Re: Can U++ TheIDE be used with cxxtest ? [message #54598 is a reply to message #54593] |
Wed, 19 August 2020 09:54   |
 |
mirek
Messages: 14257 Registered: November 2005
|
Ultimate Member |
|
|
jlfranks wrote on Wed, 19 August 2020 07:15We are looking at how to use TDD with U++ TheIDE.
We have several projects that are either console or GUI based.
We would like to use cxxtest framework for this effort.
Is there a way to use U++ TheIDE and cxxtest framework for unit testing?
-- Jeff Franks
Well, it is still C++, so it should work, right?
Alternatively, you could setup something similar to U++ testing infrastructure. Instead of putting tests into some headers as classes, you can put individual tests / test groups into packages (we have now about 157 of these, see https://github.com/ultimatepp/ultimatepp/tree/master/autotes t). Testing then compiles and runs one after another. I like to a bit more as each test is individual process, so if it crashes or freezes, other tests are not affected....
Mirek
|
|
|
Goto Forum:
Current Time: Sat May 10 16:11:27 CEST 2025
Total time taken to generate the page: 0.03030 seconds
|