【问题标题】:JUnit 5 migration - how to solve java.lang.ClassNotFoundException: org.junit.jupiter.api.extension.ReflectiveInvocationContextJUnit 5 迁移 - 如何解决 java.lang.ClassNotFoundException: org.junit.jupiter.api.extension.ReflectiveInvocationContext
【发布时间】:2021-05-19 12:32:14
【问题描述】:
当我运行一些 JUnit 5 测试时(同一个项目中也有 JUnit 4 测试,因为我们正在向 JUnit 5 迁移),我看到这个错误:
No tests were executed
...
Caused by:
java.lang.ClassNotFoundException: org.junit.jupiter.api.extension.ReflectiveInvocationContext
如何解决?
【问题讨论】:
标签:
java
junit4
junit5