Mockito 3.4.0 Static Mocking Exception
The returned object’s MockedStatic.close() method must be called upon completing the test or the mock will remain active on the current thread. I am not sure if it is the same as how its done in Java. Hope this Java code snippet helps private static MockedStatic<SettingsUtility> mockedSettings; @BeforeAll public static void init() { mockedSettings = … Read more