Eclipse JUnit 5 support

前端 未结 3 2224
野的像风
野的像风 2021-02-13 14:00

Currently, JUnit 5 is just out with a \"stable\" version. IntelliJ supports JUnit 5 according to the Website. My question is if eclipse is supporting JUnit 5 as well, and if not

3条回答
  •  攒了一身酷
    2021-02-13 14:17

    You can run JUnit 5 tests in Eclipse 4.7 Oxygen after installing the JUnit 5 Support (BETA) for Oxygen 4.7 plugin that you can find in the Eclipse Marketplace. After a complete Eclipse restart, open your project properties at

    Java Build Path -> Libraries -> Add Library -> JUnit -> JUnit 5

提交回复
热议问题