Skip to main content



      Home
Home » Language IDEs » Java Development Tools (JDT) » Are unit tests for Eclipse refactorings visible / available?
Are unit tests for Eclipse refactorings visible / available? [message #251144] Wed, 30 January 2008 18:54 Go to next message
Eclipse UserFriend
Originally posted by: myawn.ebay.com

I'm looking at creating some refactorings (probably extending the Rename
refactoring via a RenameParticipant, as well as creating some new
refactorings).

I'm a little unclear about how to go about testing this, and thought it
would help tremendously if I could take a look at some of the existing
tests (JUnit or whatever) to get ideas of how best to approach the problem.

Thanks,
Mike
Re: Are unit tests for Eclipse refactorings visible / available? [message #251150 is a reply to message #251144] Thu, 31 January 2008 06:04 Go to previous message
Eclipse UserFriend
Originally posted by: jacek.pospychala.pl.ibm.com

Mike,
have you seen org.eclipse.jdt.ui.tests.refactoring in Eclipse CVS?
There's a lot of JUnit's like RenamePackageTests.java,
RenameResourceChangeTests.java, etc.

Mike Yawn wrote:
> I'm looking at creating some refactorings (probably extending the
> Rename refactoring via a RenameParticipant, as well as creating some
> new refactorings).
>
> I'm a little unclear about how to go about testing this, and thought
> it would help tremendously if I could take a look at some of the
> existing tests (JUnit or whatever) to get ideas of how best to
> approach the problem.
>
> Thanks,
> Mike
Previous Topic:Extending Java Launching
Next Topic:In some malformed MethodDeclaration,it's Block is null
Goto Forum:
  


Current Time: Sat Apr 26 11:46:20 EDT 2025

Powered by FUDForum. Page generated in 0.02924 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top