`when(Static.method()).thenAnswer(...)` has been changed to `mockStatic.when(() -> Static.method()).thenReturn(...)`. thenAnser was changed to thenReturn.
when(Static.method()).thenAnswer(...)has been changed tomockStatic.when(() -> Static.method()).thenReturn(...).thenAnser was changed to thenReturn.