Skip to main content



      Home
Home » Language IDEs » Java Development Tools (JDT) » Updating existing JUnit TestCases
Updating existing JUnit TestCases [message #48615] Wed, 04 June 2003 09:13
Eclipse UserFriend
Originally posted by: delworthy.unveil.com

I am making the transition from NetBeans to Eclipse for Java development.
In netbeans, I can select a Java source file and use a command which
creates a JUnit test case from it, with skeletons for each method.
Something similar exists in Eclipse, but there is one difference. NetBeans
does this: suppose I already have a unit test FooTest for a class Foo, and
I add a new method doIt() to Foo. In NetBeans, I can recreate FooTest,
leaving any existing methods intact, and adding a skeleton version of
testDoIt. I have not been able to do this in Eclipse - it seems you can
only create the whole FooTest from scratch. Am I right? Is there a way to
get the same functionality in Eclipse that I can get in NetBeans?
Previous Topic:JavaCore.getOption(COMPILER_CODEGEN_TARGET_PLATFORM) always returns 1.1
Next Topic:error when running ant
Goto Forum:
  


Current Time: Thu May 08 01:42:32 EDT 2025

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

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

Back to the top