How to write a junit test case for a method returning an interface?

后端 未结 0 1445
忘了有多久
忘了有多久 2020-11-29 12:09

I am new to Junit. How to write test case for :- public Runnable fetchLogs() { return () -> { try

{
                new FileSystemResource("").ge         


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