You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to upgrade from 1.1 to 1.2 so I can get the https support. Is there anything documented about how to go about doing that? It looks like a lot has changed.
I have junit 4.9 and restfuse 1.2.
Currently - I am getting a null pointer when trying to access that response in my test files.
I'm trying to upgrade from 1.1 to 1.2 so I can get the https support. Is there anything documented about how to go about doing that? It looks like a lot has changed.
I have junit 4.9 and restfuse 1.2.
Currently - I am getting a null pointer when trying to access that response in my test files.
@context
public Response response;
It would also be nice to see some relevant examples of using MethodRule or TestRule or whatever is being used right now.
Thanks in advance!
The text was updated successfully, but these errors were encountered: