插件“org.codecover.eclipse”无法实例化 class“org.codecover.eclipse.junit.JUnitLaunchConfigurationDelegate”
Plug-in “org.codecover.eclipse” was unable to instantiate class “org.codecover.eclipse.junit.JUnitLaunchConfigurationDelegate”
我正在使用 CodeCover 进行代码覆盖。我的问题是当我 运行 一个测试用例作为“JUnit 的 CodeCover 测量”时出现此消息:
插件“org.codecover.eclipse”无法实例化class“org.codecover.eclipse.junit.JUnitLaunchConfigurationDelegate”。
我正在使用:
- 赢7 64
- Java 8 的 Eclipse 霓虹灯
- JUnit 4
- CodeCover 1.0.1.2
提前致谢。
您可以使用 Eclipse Kepler,因为 codeCover 可以与 Kepler 一起正常工作并且尚未针对 neon 进行更新。Same question has been asked on sourceforge.net
我正在使用 CodeCover 进行代码覆盖。我的问题是当我 运行 一个测试用例作为“JUnit 的 CodeCover 测量”时出现此消息:
插件“org.codecover.eclipse”无法实例化class“org.codecover.eclipse.junit.JUnitLaunchConfigurationDelegate”。
我正在使用: - 赢7 64 - Java 8 的 Eclipse 霓虹灯 - JUnit 4 - CodeCover 1.0.1.2
提前致谢。
您可以使用 Eclipse Kepler,因为 codeCover 可以与 Kepler 一起正常工作并且尚未针对 neon 进行更新。Same question has been asked on sourceforge.net