idea进行junit检测需要调的包
时间: 2024-01-28 16:04:49 浏览: 77
1. junit.framework (JUnit 3)
2. org.junit (JUnit 4 and later)
3. org.junit.jupiter (JUnit 5)
4. org.junit.platform.commons
5. org.junit.platform.runner
6. org.junit.platform.suite.api
7. org.junit.platform.testkit
8. org.junit.platform.testkit.engine
9. org.junit.vintage.engine (for running JUnit 3 and 4 tests on JUnit 5)
10. org.junit.platform.console (for running tests from the command line)
阅读全文