Recent Posts

The big block method (binary search)

4 minute read

Have you ever been in this situation? You have thousands of tests in scores of assemblies. All of the tests pass. However, when you run the test suite a seco...

The pride of a programmer

6 minute read

I was thinking about this the other day, and something struck me (and no, it wasn’t a disgruntled developer). Automated testing is a valuable and widely acce...

Testing gotchas - c# Weak References

3 minute read

If you ever have to test a class that uses a WeakReference, or even just have to use Weak References, be very careful. Numerous strange-looking things can oc...