JUnit Eclipse 插件源代码?

发布于 2024-07-06 20:48:35 字数 148 浏览 6 评论 0原文

我正在考虑为 FlexUnit 编写一个 Eclipse 插件,并且想知道在哪里可以获取 JUnit Eclipse 插件的源代码。 我检查了 sourceforge 上的 JUnit 源代码,但找不到任何看起来像插件代码的代码。

知道这个代码在哪里可用吗?

I'm looking into writing an Eclipse plugin for FlexUnit and was wondering where I could get the sources for the JUnit Eclipse plugin. I checked the JUnit sources at sourceforge but couldn't spot any code that looked like the plugin code.

Any idea where this code is available?

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

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

发布评论

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

评论(3

﹉夏雨初晴づ 2024-07-13 20:48:35

现在有 CVS 存储库的 git 镜像:

  1. org.eclipse.jdt.junit: git://dev.eclipse.org/org.eclipse.jdt/org.eclipse.jdt.junit.git
  2. org.eclipse.jdt.junit .core:git://dev.eclipse.org/org.eclipse.jdt/org.eclipse.jdt.junit.core.git
  3. org.eclipse.jdt.junit.runtime:git://dev.eclipse.org/ org.eclipse.jdt/org.eclipse.jdt.junit.runtime.git
  4. org.eclipse.jdt.junit4.runtime:git://dev.eclipse.org/org.eclipse.jdt/org.eclipse.jdt.junit4 .runtime.git

There are now git mirrors of the CVS repositories:

  1. org.eclipse.jdt.junit: git://dev.eclipse.org/org.eclipse.jdt/org.eclipse.jdt.junit.git
  2. org.eclipse.jdt.junit.core: git://dev.eclipse.org/org.eclipse.jdt/org.eclipse.jdt.junit.core.git
  3. org.eclipse.jdt.junit.runtime: git://dev.eclipse.org/org.eclipse.jdt/org.eclipse.jdt.junit.runtime.git
  4. org.eclipse.jdt.junit4.runtime: git://dev.eclipse.org/org.eclipse.jdt/org.eclipse.jdt.junit4.runtime.git
情绪少女 2024-07-13 20:48:35

由于您很可能使用 Eclipse,因此有一种更简单的方法可以将其直接导入到您的工作区中。 源代码与您的 Eclipse 发行版捆绑在一起。

就这么做
文件-> 导入-> 插件和片段

保留默认值(“活动目标平台”、“从所有插件中选择”和“带有源文件夹的项目”

点击下一步,然后选择 JUnit 插件包并点击完成,它们将被导入为Eclipse 项目到您的工作区中。

Since you are in all likelihood using Eclipse, there's a far easier way to import it right into your workspace. The source is bundled with your eclipse distribution.

Just do
File -> Import -> Plug-ins and Fragments

Keep defaults ("Active target platform", "Select from all plug-ins" & "Projects with source folders"

Hit next, and select the JUnit plugin-packages and hit Finish, and they will be imported as Eclipse projects into your workspace.

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