Posts Tagged How-to

Running Ubuntu in VirtualBox at 2560 x 1600!

Once I got my new PC last weekend, the first thing I did was to install Ubuntu 10.4 in VirtualBox (now updated to 3.2.4) in a Windows 7 host. Installation of both VirtualBox and Ubuntu was quick and painless. They just work. Since I have a 30′ monitor and a powerful video card, I wanted [...]

, , ,

9 Comments

How to make Clover ignore private constructors

I’ve been using Clover for some time in FEST and I have found very useful. I don’t believe in “x”% coverage as a sign of good-quality code. Instead, I use code coverage to decide which parts of my code need more testing. Something I’m not comfortable with is seeing 0% coverage in private constructors. IMHO, [...]

, ,

No Comments