testng-eclipse
testng-eclipse copied to clipboard
refactoring support for TestNG launch configurations
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
link https://github.com/cbeust/testng-eclipse/issues/84#issuecomment-18944736