Mocking PanacheEntity methods alongside Mockito
I have a Quarkus project where all the unit tests are written in JUnit5 and using Mockito to stub out repository methods.
I have a Quarkus project where all the unit tests are written in JUnit5 and using Mockito to stub out repository methods.