I want to know if it is possible to not have defined body in parameterized Constructor.
this is my Constructor Below
public AutomationTest(RestTemplate restTemplate) { }
Yes, It is fine. Don't worry about it.