建了一个web项目,用Junit4做单元测试,点击run as Junit test后出现no Junit tests found 提示框,解决办法:buildpath将library中的Junit4 移除remove之后,重新将Junit5添加到Library里,运行正确。
所用Eclipse是2019.03版本,jdk是jdk11版本,出现这种错误的原因目前不明确
建了一个web项目,用Junit4做单元测试,点击run as Junit test后出现no Junit tests found 提示框,解决办法:buildpath将library中的Junit4 移除remove之后,重新将Junit5添加到Library里,运行正确。
所用Eclipse是2019.03版本,jdk是jdk11版本,出现这种错误的原因目前不明确