Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/java/380.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Java 如何在EclipseJuno中添加JUnit5库?_Java_Eclipse_Unit Testing_Junit5_Eclipse Juno - Fatal编程技术网

Java 如何在EclipseJuno中添加JUnit5库?

Java 如何在EclipseJuno中添加JUnit5库?,java,eclipse,unit-testing,junit5,eclipse-juno,Java,Eclipse,Unit Testing,Junit5,Eclipse Juno,我知道朱诺是老版本。但是可以添加任何插件来使用JUnit5吗?添加maven dependencies org.junit.jupiter将解决此问题?直到Eclipse Oxygen.1a(4.7.1a)才添加junit 5支持,它比Juno更新了5年多(但仍然很旧)。不太可能有人支持Juno。如果我在我的spring boot项目中添加junit 5依赖项进行测试,它会工作吗?是否可以在Juno中运行junit 5测试用例?

我知道朱诺是老版本。但是可以添加任何插件来使用JUnit5吗?添加maven dependencies org.junit.jupiter将解决此问题?

直到Eclipse Oxygen.1a(4.7.1a)才添加junit 5支持,它比Juno更新了5年多(但仍然很旧)。不太可能有人支持Juno。如果我在我的spring boot项目中添加junit 5依赖项进行测试,它会工作吗?是否可以在Juno中运行junit 5测试用例?