I'm doing testing on my college project, and I have a following problem. I create an object and I pass all its data by the setter and the constructor. When I call Service with the save method, it returns Null and I can not tell if it is working.
I thought of the solution of finding a way to pass the server URL in the TEST class, I wonder if anyone can help me solve this problem.?