Package org.openrewrite.java.testing.mockito
@NullMarked
package org.openrewrite.java.testing.mockito
-
ClassesClassDescriptionReplace Mockito 1.x `anyString()` with `nullable(String.class)`Ensures that all mockStatic calls are properly closed.Wraps `MockedConstruction` variable declarations with explicit `.close()` calls into try-with-resources blocks, removing the explicit close call.Deprecated.Use MockitoJUnitRunnerToExtension instead.In Mockito 1 you use a code snippet like: