In my Java / RestAssured / TestNG framework, I want to write an assertion with the following structure
if(responseString.equals("Good Response!")) { /