@searls @rayckeith omfg this, so much
And they can't even see how shite the autogenerated tests are. Seriously. The code might be even passable at times, the tests are so bad it isn't even funny. They meet the coverage metrics, though...
By doing things like testing if a constructor returns non-null or by using reflection to check if a method is implemented or to verify internal state... Or my favorite so far, 200 lines of threading code to test multi threading performance... Of a mock setup earlier in the test.