Choosing a C++ Unittest Framework

Last week I began searching for a unittest framework for C++. For the short term, I need a tool I can get running as soon as possible (so I can get writing tests as soon as possible and not succumb to test-apathy). In the long term, I want my tests…