How to test method with mockito?

前端 未结 0 595
一生所求
一生所求 2020-12-19 05:30

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

相关标签:
回答
  • 消灭零回复
提交回复
热议问题