Talks and Highlights From cppcon 2017!

In this episode of GoingNative, Steve Carroll talks to Rich Chiodo and Nick Uhlenhuth about the C++ unit testing experience, and the latest investments we've made to support CTest, Google Test, and Boost.Test.
Check out the following blog posts on Google Test & Boost.Test:
Would love to see you folks invest in some code coverage tech for native code.
@tomkirbygreen: We've supported native code coverage since VS2005. Is there a particular feature you had in mind that we are missing?
Would be nice if boost.test template used more modern assertion macros by default :)
BOOST_TEST(1 == 1);
BOOST_TEST(true);
@biocomp: Thanks for your feedback! This is in our backlog. :)