I have a method. And I should test it with mockito. But everything failing on LocalDateTime.parse() I have tried to mockStatic(LocalDateTime.class)
LocalDateTime.parse()
mockStatic(LocalDateTime.class)