Search Results

-2
votes

Generating classes automatically from unit tests?

I find that whenever I need a code generation tool like this, I am probably writing code that could be made a little bit more generic so I only need to write it once. In your example, those getters …