Code coverage of case class
In an attempt to get 100% unit test coverage I would not expect to test generated code.
A case class appears to have incomplete coverage even when an instance has been created.
I'm assuming it's the extra code generate via the case.
Is there a way to stop this ? I would not expect to test generated toString etc
Thanks
请先登录再写评论。
You can create an issue in our bugtracker. Then when I'll do some work for coverage I'll fix it too, however unfortunately I can't promise to do it soon.
Best regards,
Alexander Podkhalyuzin.