如何解决JUnit4单元测试报错 :method initializationerror not found

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了如何解决JUnit4单元测试报错 :method initializationerror not found相关的知识,希望对你有一定的参考价值。

场景:用Junit4 运行测试时候,无法运行, 报method initializationerror not found。  看日志发现,是有重复的Feature  Step   Case冲突导致。

 

技术分享图片

 

技术分享图片

 

解决方案:

   1.在解决代码冲突时候,需要确保冲突文件整理完毕,再Push 脚本代码,防止项目运行不成功。

   2.去Feature文件把重复的Step删除即可。

 

技术分享图片

    

 

以上是关于如何解决JUnit4单元测试报错 :method initializationerror not found的主要内容,如果未能解决你的问题,请参考以下文章

JUnit 报错 method initializationerror not found:JUnit4单元测试报错问题

eclipse中使用junit4进行测试不报错怎么回事

如何使用junit4写单元测试用例

springboot+junit4单元测试如何使用?

Junit4入门之如何编写好的测试类

Java单元测试工具:JUnit4