简单的 Junit 配置不起作用

发布于 2024-11-06 19:13:28 字数 243 浏览 0 评论 0原文

我有一些旧代码想使用 Junit 进行测试。导入到Eclipse后,如下所示: 项目导入到 Eclipse

之后,我尝试测试类 ACos。我输入了一些值,但不起作用。我明白了: JUnit 错误屏幕

我做错了什么?

I have some old code that I would like to test using Junit. After importing it into Eclipse it looks like this:
project imported into Eclipse

After this, I try to test the class ACos. I've entered some values, but it doesn't work. I get this:
JUnit error screen

What have I done wrong?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

晒暮凉 2024-11-13 19:13:28

看起来您的测试类位于主包中(=“”)。尝试不使用 jscicalc.pobject。

更正:如果 pobject 应该是包,则应将其设置为源文件夹。 (右键单击 -> 在其上构建路径)。

Looks like your class under test is in the main package (= ""). Try without jscicalc.pobject.

Correction: If pobject is supposed to be the package, you should set it as source folder. (Right-click -> Build path on it).

东北女汉子 2024-11-13 19:13:28

您的 Java 代码应位于 src 文件夹下,而不是 pobject 文件夹下。

可能也需要位于一个包中,但是如果不看到其中的代码,就不容易判断。移动它时发生的错误也应该很明显。

Your Java code should be under the src folder and not the pobject folder.

It probably needs to be in a package as well, but that's not as easy to tell without seeing the code within it. It should also be obvious with the errors that occur when moving it.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文