I am writing a Junit test case which is running successfully. I want a assert to check if response content is not null.
I am able to see the content in response object, but not getting how to print this content or put a assert on this to check for null.
After adding json-path jar I am getting this error on line no 132, it gets terminated:
Any help would be really appreciated.