Anyone using JMockit for their testing?

Hi,

Just wondering if anyone is using JMockit for testing their business logic?

I just added JMockit 1.8 to my project (Vaadin 14), mocked one of the classes away that connects to a webpage. Evertime I run the test i call the actual webpage, like I would not have mocked anything.

Never experienced before.

Juergen