|
By and large when I want to test a method in my code, I end up creating a dummy console application in my solution and writing a couple lines of code to execute in the Main method. But this involves a not-so-insignificant amount of work. You know – the...
|