v0.5.0
Pre-release
Pre-release
- enhancement: the most important runtime options (i.e., Parallel test execution, Break on failure, Catch exceptions, and Print test output) can now also be set via a toolbar; this is equivalent to setting the according options via Tools/Options/Google Test Adapter (#37)
- enhancement: new option Test name separator allows to replace the
/
within Google Test names (which causes VS to truncate test names if the test explorer window is not wide enough) with another string (#23) - enhancement: new option Parse symbol information allows to switch off parsing of the tests' .pdb files (which speeds up test discovery for the cost of having no test source locations and no macro based traits) (#41, thanks to Péter Budai for the pull request)
- enhancement: license is now provided in a more standardized way (#40, thanks to Péter Budai)
- bugfix: traits information had been optimized away by certain compiler optimizations (#39)
Note that the Enable parallel test execution option has been renamed to Parallel test execution, resulting in lost settings of that option inside VS. Solution and user file settings are not affected.