Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

JUnit Eclipse plugin source-code?

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?

like image 510
Christophe Herreman Avatar asked Oct 04 '08 07:10

Christophe Herreman


2 Answers

You can find it on Eclipse's repository:

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

like image 165
Thilo Avatar answered Oct 06 '22 00:10

Thilo


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
like image 42
Matthew Farwell Avatar answered Oct 05 '22 23:10

Matthew Farwell