mock an interface with Mockito and access the parameters in the mock implementation

后端 未结 0 502
时光取名叫无心
时光取名叫无心 2020-12-13 00:48

I\'ve defined this interface

public interface AppMetricsService {

   T timeAction(Callable action);

   T timeAction(Supplier

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