--
You received this message because you are subscribed to the Google Groups "Project Lombok" group.
To unsubscribe from this group and stop receiving emails from it, send an email to project-lombo...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/project-lombok/52e3c4f5-2651-4c26-9f08-9f528934adf8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
To view this discussion on the web visit https://groups.google.com/d/msgid/project-lombok/CAEhvUyx7cM-wp_07rENFDvrJmX6Z9_kCGcL_R%3DePDKt%3D8SrZvw%40mail.gmail.com.
But they WILL have accessors and mutators. You can even compile and test them. That's what Lombok is *for*, to generate those things... so you could easily write tests to validate mutators, accessors, equals(), hashcodes, etc., although the wisdom of doing so is questionable.
On Tue, Jul 2, 2019 at 12:18 PM Venkatesan Mahendran <venm...@publicisgroupe.net> wrote:
--I am using Lombak in my spring boot project. As we know, the POJOs which have annotation @Data will not have any getters and setters. How do I write test cases for these POJOs? This affects my code coverage and doesn't allow me to pass through SonarQube pipeline. Appreciate your help on this.Thanks,Venkat
You received this message because you are subscribed to the Google Groups "Project Lombok" group.
To unsubscribe from this group and stop receiving emails from it, send an email to project...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/project-lombok/52e3c4f5-2651-4c26-9f08-9f528934adf8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.