I am implementing the unit test infrastructure for a large C++ project, and for political reasons I'm pretty sure CppUnit will be pushed as a single testing module.
C++
CppUnit
I am trying to define layout frameworks that blend with CppUnit . I found mockpp and I heard that Google Mock should work.
Google Mock
What frameworks work together with CppUnit ?
Mocking libraries are usually independent of unit testing systems. They perform two different jobs and, frankly, do not make much sense to talk to each other. Where they integrate, you have to answer these questions:
And you do it at the appropriate points in your tests.
For example, check opmock. http://sourceforge.net/projects/opmock/
According to their wiki, opmock is easily called from the CppUnit test. See http://sourceforge.net/p/opmock/wiki/Using%20Opmock%20with%20other%20unit%20testing%20frameworks/
Source: https://habr.com/ru/post/1443465/More articles:Android Check your internet connection using broadcast - androidhtml idml viewer - htmlis there an equivalent in C to python () set? - cUsing NSURLCache to preload local resources for UIWebView - iosPgpool-II authentication error - postgresqlProcesses that exceed thread stack size limits on RedHat Enterprise Linux 6? - linuxSSL error "Peer not Authenticated" with HttpClient 4 - works in some cases, but not in others - apache-httpclient-4.xHow do you call a function with the same character in 2 different shared libraries? - c ++Android 3D object with physics - androidMasked layered templates - ui: define not rendered - faceletsAll Articles