Clemodd
05/04/2024, 2:14 PMA mock for the type SplashScreenRepository was not generated.
Make sure the property holding the mock is annotated with @Mock:
@Mock
private val myMock = mock(classOf<SplashScreenRepository>())
io.mockative.NoSuchMockException: A mock for the type SplashScreenRepository was not generated.
Is it the fault of version 2.0.0-RC2?
Thank you a lot !