Search Results

0
votes

Unit test for randomized data

You could seed your random number generator with a constant value in order to get non-random results and test those 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 …