Reading Time: 2 minutes Sometimes you might need to test a method which does not return anything but only prints the output on console.…
Reading Time: 9 minutes Lombok is a library expedite many tedious tasks and reduces Java source code verbosity. Lombok uses annotation processing through APT…