JUnit Eclipse plugin source-code?

后端 未结 3 862
臣服心动
臣服心动 2021-01-12 06:47

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 sourcef

相关标签:
3条回答
  • 2021-01-12 07:08

    You can find it on Eclipse's repository:

    http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.pde.junit/

    0 讨论(0)
  • 2021-01-12 07:10

    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
    0 讨论(0)
  • 2021-01-12 07:24

    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.

    0 讨论(0)
提交回复
热议问题