Unable to Mock request in slingModel
Hi Team,
Trying to mock below code in sling Model
@586265
private SlingHttpServletRequest request;
Below code is in test class
private MockSlingHttpServletRequest request;
still request is not getting mocked and returning null value. Can you please help me on this.
Thanks in advance,
Ashok Vutla