Category Archives: Testing

Fixing Java tools on Snow Leopard

I was attempting to work with VisualVM and Tomcat over the past few days on Snow Leopard and it was constantly failing. I was getting errors like this: “attach: task_for_pid(59980) failed (5)” I was also getting errors inside VisualVM and … Continue reading

Posted in Java, OS X, Testing | Tagged , , , , , | 1 Comment

Setting up GoogleTest in VS 2008

I’m not a huge C++ developer nor a VS wizard, so I thought I would write down how I got GoogleTest setup in a C++ project I’m using VS 2008 for. Download it Add it as an existing project to … Continue reading

Posted in C++, Testing, Visual Studio | Leave a comment