nani0102
Results
1
comments of
nani0102
Removing @ExtendWith(MockitoExtension.class) annonation and adding MockitoAnnotations.initMocks(this) under init setup i.e using @before solves this problem.It worked for me