Ask Questions and Find Answers
Important:
Ask is now read-only. You can review any existing questions and answers, but not add anything new.
But - don't panic! While ask is no more, we've replaced it with discuss - the new Liferay Discussion Forum! Read more here here or just visit the site here:
discuss.liferay.com
Liferay DXP Mockito Portal Service
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!