Search Results

0
votes

Is conditional compilation a valid mock/stub strategy for unit testing?

It might be useful as a tool to lean on as you refactor to testability in a large code base. I can see how you might use such techniques to enable smaller changes and avoid a "big bang" refactorin …