Liferay DXP Mockito Portal Service

Adrian Pol, modified 6 Years ago. Junior Member Posts: 49 Join Date: 3/14/17 Recent Posts

Helloguys! :)

We need test a controller that use the Portal service through the tag @Reference

@Reference
Portal portal;

The object portal is for get the user

final User user = portal.getUser(actionRequest);

 

when i use mockito it return a nullPointer and i don't know how to mock this... :(

Someone could help me?

 

Thank you!