testng-eclipse icon indicating copy to clipboard operation
testng-eclipse copied to clipboard

refactoring support for TestNG launch configurations

Open missedone opened this issue 8 years ago • 1 comments

today, if rename the java class, the classname in TestNG launch configuration is not updated. otherwise, we will get class not found exception if run the existing launch configuration, though we can simple remove the old launch configuration and re-launch again.

we need to consider the following refactoring support for TestNG launch configurations:

  • [ ] rename package
  • [ ] rename class
  • [ ] rename method

missedone avatar Mar 15 '17 03:03 missedone

link https://github.com/cbeust/testng-eclipse/issues/84#issuecomment-18944736

missedone avatar Jul 28 '17 05:07 missedone