I am a newbie to automation. I am using Rest-Assured. And I want to validate response for every request like for example checking if response is null or status code, status line, content-type etc . Is there any way I can reuse those @Test methods written for validation?? Thanks in advance!