Contents tagged with Unit Testing

  • Unit testing a private generic method

    Tags: C#, Unit Testing

    I had to create another useful test helper today which tests private generic methods. I realise test purists would say you should not test private methods but I find it a much quicker way of unit … more

  • Some useful unit test helpers

    Tags: C#, Unit Testing

    Over the years I seem to keep coming up with the same unit test classes when I ever I set out on a new project. Not much use in Silverlight testing mind you , but for all other testing quite handy. … more