Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
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 Go to previous messageGo to previous message
mirek is currently offline  mirek
Messages: 13984
Registered: November 2005
Ultimate Member
jlfranks wrote on Wed, 19 August 2020 07:15
We 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
 
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: TheIDE [Close others] options don' t work properly
Next Topic: Application crashes and OS instability can overwrite the currently edited file with junk
Goto Forum:
  


Current Time: Mon Jun 10 21:21:55 CEST 2024

Total time taken to generate the page: 0.03846 seconds