The Function that I am Testing Returning Null because just simply checking if the function returns the word completed

前端 未结 0 1587
既然无缘
既然无缘 2021-01-21 02:18

@RunWith(MockitoJUnitRunner.class) class TestCreateExecutorMicroService {

@Mock private TestCreateExecutorConsumer cec;

@Before
public void init(){
    this.cec          


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