热门标签 | HotTags
当前位置:  开发笔记 > 编程语言 > 正文

IntelliJIdea中无法识别JUnit5测试-JUnit5testsarenotrecognizableinIntelliJIdea

ImtryingtoconverttoJUnit5versioninsideIntelliJCE2017.2.3andexperiencingthefollowing:

I'm trying to convert to JUnit 5 version inside IntelliJ CE 2017.2.3 and experiencing the following:

我正在尝试在IntelliJ CE 2017.2.3中转换为JUnit 5版本并体验以下内容:

enter image description here

Same tests ran with JUnit 4, the error manifests itself only with the upgrade.

使用JUnit 4运行相同的测试,错误仅在升级时显示。

The pom.xml portion:

pom.xml部分:

   
    
        org.junit.jupiter
        junit-jupiter-api
        RELEASE
    

These Java snippets might be relevant:

这些Java代码段可能是相关的:

enter image description here

enter image description here

What am I doing wrong?

我究竟做错了什么?

1 个解决方案

#1


1  

This looks like this issue. Please upgrade to latest IDE version which has updated JUnit libraries and should be working fine.

这看起来像这个问题。请升级到已更新JUnit库的最新IDE版本,并且应该可以正常工作。


推荐阅读
author-avatar
俊铭心怡雅琪
这个家伙很懒,什么也没留下!
PHP1.CN | 中国最专业的PHP中文社区 | DevBox开发工具箱 | json解析格式化 |PHP资讯 | PHP教程 | 数据库技术 | 服务器技术 | 前端开发技术 | PHP框架 | 开发工具 | 在线工具
Copyright © 1998 - 2020 PHP1.CN. All Rights Reserved | 京公网安备 11010802041100号 | 京ICP备19059560号-4 | PHP1.CN 第一PHP社区 版权所有