Hi,
I'm trying to convert all JUnit tests in my package to be TestNG tests. I decided to use the Eclipse plugin to do this as it seems like the quickest and cleanest way.
If I convert just one test class it all works as described in the documentation, great! However, when I try doing it at package level nothing happens. No window, nothing. I right-click, select TestNG - Convert to TestNG and nothing happens. We have a lot of tests so doing it class by class would be a real pain.
Any ideas? All in all, my move from JUnit is not going very well.
thanks
Foz