Reputation: 15898
T tried a lot of approaches in play java for faking a post request to my controller, but nothing worked for me.
callAction(controllers.routes.ref.MyController.myFunction(), fakeRequest().withHeader("Content-Type", "application/json").withJsonBody(json));
It always says the method fakeRequest() is undefinded
in eclipse.
Upvotes: 0
Views: 822