Marcellinus Elbert
unread,Jul 20, 2025, 4:01:10 PMJul 20Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Project Lombok
Hey guys, I would like to ask about unit testing or evaluating the contributions.
Suppose I enhance a new feature, lets call it skip null on the toString. How to actually make an unit test for it. i would like to add 2 field, one with value, one with null and the expected result should only print one field. how to make the unit test?