Earlier quoted context omitted.
In my case about 50% of the test code is just boilerplate, so I usually type the test name and generate the rest. Most of the time I have to rewrite the actual test logic (although very trivial tests are sometimes correct), but I probably keep more than 40% if we're talking tests specifically.
> In my case about 50% of the test code is just boilerplate Why not replace it with a function call?
Go, Java I’ve experienced are noisier than others.