c++ Programming Glossary: unittest
Comparison of arrays in google test? http://stackoverflow.com/questions/1460703/comparison-of-arrays-in-google-test I am looking to compare two arrays in google test. In UnitTest this is done through CHECK_ARRAY_EQUAL. How do you do it in..
Dynamically register constructor methods in an AbstractFactory at compile time using C++ templates http://stackoverflow.com/questions/2850213/dynamically-register-constructor-methods-in-an-abstractfactory-at-compile-time-u A more common approach used by unit test frameworks like UnitTest and Google Test is to provide macros that declare both a class..
How to set up unit testing for Visual Studio C++ http://stackoverflow.com/questions/3150/how-to-set-up-unit-testing-for-visual-studio-c more features and bug fixes. I also just stumbled across UnitTest which includes stuff from CPPUnitLite2 and some other framework...
Test Driven Development with C++ http://stackoverflow.com/questions/5307627/test-driven-development-with-c comes with a copy of Google Test bundled. We switched from UnitTest too Google Test Google Mock a couple of years ago and have never..
What modern C++ libraries should be in my toolbox? [closed] http://stackoverflow.com/questions/777764/what-modern-c-libraries-should-be-in-my-toolbox ACE Boost.Asio ICE Testing Boost.Test Google Test UnitTest Threading Boost.Thread Version Control libgit2 XML Libxml2 pugixml..
C++ unit testing framework http://stackoverflow.com/questions/87794/c-unit-testing-framework to a very similar question . I ended up using Noel Llopis' UnitTest . I liked it more than boost test because it didn't insist on.. I'm not familiar with any of those. So right now we use UnitTest for unmanaged C and I'm currently deciding between MsTest and..
What is the good cross platform C++ IDE? [closed] http://stackoverflow.com/questions/950334/what-is-the-good-cross-platform-c-ide using find resource to open files. It has a plugin for UnitTest and some primitive refactoring capabilities. link text share..
|