JUnit 无法启动 JUnit 插件测试。为什么?

发布于 2024-12-16 14:16:10 字数 433 浏览 0 评论 0原文

我第一次尝试 Junit,点击以下链接: http://www.vogella.de/articles/JUnit/article.html

当我将 testClass 作为 Run-As-> 运行时联合测试。下面说的事情。 请帮我弄清楚。

Could not launch the JUnit plug-in tests because project 'SalesTax'
 is not a plug-in project.

SalesTax:是项目名称 在此处输入图像描述

First time I am trying Junit and I am following below link:
http://www.vogella.de/articles/JUnit/article.html

When I run my testClass as Run-As-> Junit Test. It says below thing.
Please help me in figure it out.

Could not launch the JUnit plug-in tests because project 'SalesTax'
 is not a plug-in project.

SalesTax: Is the Project Name
enter image description here

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

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

发布评论

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

评论(2

颜漓半夏 2024-12-23 14:16:10

我怀疑您确实创建了一个 Eclipse 'jUnit Plugin Test' 启动配置,该配置旨在运行 Eclipse 插件 jUnit 测试(在某种模拟的 Eclipse 环境中)。

尝试创建一个简单的“jUnit”启动配置。

I suspect you did create an Eclipse 'jUnit Plugin Test' launch configuration which is designed to run Eclipse plugins jUnit tests (in some kind of mocked eclipse environment).

Try to create a simple 'jUnit' launch configuration instead.

む无字情书 2024-12-23 14:16:10

建议 - 按照教程进行操作。输入教程中的(3 行)示例“MyClassTest”。验证您是否可以使教程正常运行。如果对本教程有任何疑问,请回复。

一旦您获得一个完整的端到端示例(您的代码、JUnit 测试代码以及​​在 IDE 中成功构建和执行至少一个 JUnit 测试),然后尝试让您的“SalesTax”项目正常运行。

问:我猜您正在使用 Eclipse,对吗?日食3.7?

PS:

这是另一个很好的教程:

http://www.ibm.com/developerworks /java/tutorials/j-junit4/

Suggestion - Follow the tutorial. type in the (3-line) example "MyClassTest" from the tutorial. Verify that you can get the tutorial working. Post back with any questions about the tutorial.

Once you get one complete example working, end-to-end (your code, your JUnit test code, and successfully building and executing at least one JUnit test in your IDE), then try to get your "SalesTax" project working.

Q: I presume you're using Eclipse, correct? Eclipse 3.7?

PS:

Here's another good tutorial:

http://www.ibm.com/developerworks/java/tutorials/j-junit4/

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