16 August 2005

Testing Private methods

An article on testing private methods. I don't like the idea of using Reflection to do this. But the alternative looks complicated too.

I have more sympathy for the idea of keeping classes simple. If there are a lot of private methods that are difficult to test through the public interface then perhaps it is time to refactor.

Too busy to blog...

No time to blog, I'm busy installing different versions of SQL Server. First I tried the Enterprise version, but that doesn't work on XP. So then I tried the MSDE but that didn't seem to be what I wanted either. So now I am trying SQL Server Developer edition which does run on XP.

With any luck I'll have some time for studying soon...