Mockito catch exception in void method

后端 未结 0 588
孤街浪徒
孤街浪徒 2020-12-23 18:32

I have this method:

public void deleteTableEsiti() throws Exception {
        try{
            EsitiDAO esitiDAO =  new EsitiDAO();
            int deletedEsi         


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