T 在 play java 中尝试了很多方法来伪造对我的控制器的发布请求,但对我没有任何作用。
callAction(controllers.routes.ref.MyController.myFunction(), fakeRequest().withHeader("Content-Type", "application/json").withJsonBody(json));
它总是the method fakeRequest() is undefinded
在日食中说。
T 在 play java 中尝试了很多方法来伪造对我的控制器的发布请求,但对我没有任何作用。
callAction(controllers.routes.ref.MyController.myFunction(), fakeRequest().withHeader("Content-Type", "application/json").withJsonBody(json));
它总是the method fakeRequest() is undefinded
在日食中说。