JUnit Test with Mockito won't throw JSONException

前端 未结 0 359
情书的邮戳
情书的邮戳 2021-02-06 13:29

I\'m currently struggling with getting my test to work.

I have a method a:

public void a(String test){
   b(test);
}

method b:



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