Mocking the MaturityHelper class
Hello PTC-Community,
While writing JUnit Tests for my Project I found an error while trying to mock the wt.maturity.MaturityHelper class.
org.mockito.exceptions.base.MockitoException: Cannot instrument class wt.maturity.MaturityHelper because it or one of its supertypes could not be initialized
I am using mockito 5.2.0 and JUnit 5.10.0, I also activated mockito-inline as well which should enable supertypes to be mocked, but I can't seem to figure out how to do it.
Any Ideas would help, thanks in advance.

