It would be nice to able from a class to go to or run its associated test class. I know of 2 naming patterns: if packagePath.XXX is the class under test. XXXTest or XXXTestCase is the name of the test class. It is either in packagePath.test or test.PackagePath or unittest.packagePath. You almost have a simple TextFormatter with 2 variables $class and $package to specify the project testcase naming pattern.
I guess I could the run part with an external tool but I am not sure that I can debug an external tool. Can you? It still would be very helpful to have a key binding to switch between class and associated test class. Jacques _______________________________________________ Eap-features mailing list [EMAIL PROTECTED] http://www.intellij.com/mailman/listinfo/eap-features
