Monday, November 14, 2016

Qt Creator Google Test plugin

Are you already taking advantage of Google Test, Google's C++ test framework while developing applications with Qt?  Right. Aren't you? Well, you should. The good news is this plugin simplifies the integration within Qt Creator IDE.
After installation and activation, you'll be able to get the test results available in a new pane: Google Test. For people already used to some other IDE's integration with unit testing tools (i.e. Eclipse and Junit) it'll look quite familiar and productivity related to unit testing (or even TDD, test driven development) should improve quite a bit.

No comments:

Post a Comment