Related
-
Join 122 other subscribers
-
Recent Posts
Categories
Top Posts & Pages
Tag Archives: Boost Test
Portability of 5 C++ Unit Test Frameworks to Android NDK and Chrome NaCl
After finishing up the Python script for cloning example projects that was mentioned in my last post, I was able to get back to cross-platform, multi-threaded C++ unit tests. The next step was to 1) attempt building the 5 C++ … Continue reading
Posted in Coding
Tagged Android NDK, Boost Test, boost::unit_test, Chrome Native Client, CppUTest, Google Test, gtest, NaCl, Native Client, Template Unit Test Framework, TUT, Unit Test, Unit Testing, UnitTest++
2 Comments
C++ Unit Test Framework Adapter: Part 3
This is the third post in a 3 part series. Part 2 is here. I have completed reviewing all five C++ unit testing frameworks to determine if any could be made thread safe during the the execution of a test … Continue reading
Posted in Coding
Tagged Boost Test, boost::unit_test, CppUTest, Google Test, gtest, Template Unit Test Framework, TUT, Unit Test, Unit Testing, UnitTest++
4 Comments
C++ Unit Test Framework Adapter: Part 2
This is the second post in a 3 part series. Part 1 is here and part 3 is here. After reviewing the source for the four C++ unit testing frameworks with respect to if their output can be normalized without … Continue reading
Posted in Coding
Tagged Boost Test, boost::unit_test, CppUTest, Google Test, gtest, Template Unit Test Framework, TUT, Unit Test, Unit Testing, UnitTest++
3 Comments
C++ Unit Test Framework Adapter: Part 1
This is the first post in a 3 part series. Part 2 is here. Earlier today I completed the implementation of an adapter that provides a common interface to four C++ unit testing frameworks: boost::unit_test / Boost Test Library gtest … Continue reading
Posted in About Me, Coding
Tagged Boost Test, boost::unit_test, Google Test, gtest, Project Cloud Hydra, Template Unit Test Framework, TUT, Unit Test, Unit Testing, UnitTest++
1 Comment