Archives

Archives / 2010 / October
  • 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