DEV Community

Hila Berger
Hila Berger

Posted on • Updated on

Mocking frameworks for C/C++ on Linux

My team and I started working with mocking for C and C++ on Windows a few months ago, and we were using Typemock's Isolator++.
Now we decided to start working on Linux. Typemock recently released Isolator++ for Linux, so we naturally started working with it.
My question is: does anyone use Isolator++ for Linux and can tell me a little about the experience? if not, which mocking frameworks do you use on Linux?

Top comments (2)

Collapse
 
markschweiger15 profile image
Mark Schweiger

I think the question is if there's a difference between both products or are they the same, just cross-platform?
If it's the former then try finding the differences and see if that suits your needs.
If it's the latter, then you have your experience with the Windows version to help you decide.

:)

Collapse
 
hilaberger92 profile image
Hila Berger

Thanks Mark!
The products are pretty much the same. So far our experience with Isolator++ on Linux is great :)