We was having code with java 11 and powermickito. We have migrated it to java 17. SO @Mock is giving null everywhere.
I need to use Mockito instead of powermockito. We are using internal framework for java applications. POwermockito we have to exclude from use and have to use Mockito.
@Mock
ServiceData serviceData;
so wherever i refering serviceData getting null only
New contributor
Jyoti is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
2