Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我刚刚在我的 Eclipse 中安装了 Eclemma 并创建了一个 JUnit 测试来覆盖。我运行了测试,它成功了,我的程序中显示了绿色和红色的横幅,但是我看不到任何像所示指令那样的“覆盖”视图(也不是在窗口显示视图中)。
我该如何解决这个问题?我是否必须重新编写我的 JUnit 测试或重新安装 EclEmma?
谢谢!
窗口-> 显示视图-> 其他-> 选择覆盖/类型覆盖。
您将看到 java 代码覆盖率。
如果是第一次,您需要从市场安装 eclemma,安装后它将重新启动。
以下是查找覆盖范围的路径。
Window >> Show view >> Other >> Type coverage,点击coverage。
当您使用 junit 进行覆盖时,您可以看到代码覆盖率。