How to simply and explicitly fail a test case in JUnit with no extra assertions?

前端 未结 0 815
予麋鹿
予麋鹿 2021-02-04 01:45

In my Java / RestAssured / TestNG framework, I want to write an assertion with the following structure

if(responseString.equals("Good Response!")) {
  /         


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