Monthly Archives: June 2012

The Search For A Simple C++ Unit Tester : GoogleTest

For a full list of my adventures in search of a c++ unit tester, return to the main page here. This section will focus on one candidate: GoogleTest. GoogleTest Documentation: GoogleTest Installation Downloaded the source and followed the instructions in … Continue reading

Posted in C++ | 1 Comment

The Search For A Simple C++ Unit Tester : UnitTest++

For a full list of my adventures in search of a c++ unit tester, return to the main page here. This section will focus on one candidate: UnitTest++. UnitTest++ Documentation: UnitTest++ Installation Downloaded unittest-cpp-1.4. Unzipped, entered folder, typed ‘make’, and … Continue reading

Posted in C++ | 1 Comment

The Search For A Simple C++ Unit Tester : CUTE

For a full list of my adventures in search of a c++ unit tester, return to the main page here. This section will focus on one candidate: CUTE. CUTE Documentation: CUTE documentation This documentation is quite thorough!! Bonus points =) … Continue reading

Posted in Uncategorized | 1 Comment

The Search For A Simple C++ Unit Tester : EasyUnit

For a full list of my adventures in search of a c++ unit tester, return to the main page here. This section will focus on one candidate: EasyUnit. EasyUnit Documentation: EasyUnit documention Installation Downloaded easyunit-1.0-unix.tar.gz Entered the easyunit-src folder and … Continue reading

Posted in Uncategorized | Leave a comment

The Search For A Simple C++ Unit Tester

The Problem I want to find a generic unit tester for c++ programs, for use as a teaching tool. It needs to be lightweight so it doesn’t detract from the actual assignment and easy to use so that it can … Continue reading

Posted in Uncategorized | 1 Comment

Testing the Windows 8 WordPress Metro App

So far, so good! I recently installed the Windows 8 consumer preview, which specializes in these new “metro” style apps. WordPress has a free one, so I thought I’d try it! So far I am seeing an intuitive interface for … Continue reading

Posted in Uncategorized | Leave a comment