Legacy Code to Testable Code #10: Getting Rid of Static Constructors
Here is the rest of the gang: This time we’re going to tackle the most problematic issue in testing object-oriented languages. Obviously because constructors only exist in those, but also, because even power tools have problems handling them. But we’ll start Read more…