In the previous post I have talked about the common Lombok functionalities and their usage. In this post I will be focused on the functionalities that are used in certain cases depending on the coding style inside the project. The functionalities that are going to be covered in this post…
Keeping your models clean with Lombok Part 1
When writing automation tests we often create model classes that are going to keep the properties of the class, and provide certain methods for accessing the properties. This is helpful to write clean code, and provide the necessary objects in another classes instead of creating methods with lots of input…