I think the OP means, verify that the method is called as part of a
unit test.
I read that
Mockito has a concept called 'spies', which you can use to observe that static or final methods are called. I'm not sure if that's what you need, or whether your mocking framework has a similar feature.