One of the features of Vignette's custom testsuite program (similar to JUnit, just ours), is that we can execute one method of a test case by right clicking inside that method...I think that would be useful for JUnit folks as well.
We are able to do this because our testsuite program can specify on the command line what method of which suite to run and because most IDE's can give this information from external tool capability. I don't think JUnit has this functionality, but I wonder if Idea could somehow create a TestSuite object for a specified method and execute it through JUnit? -- Rick _______________________________________________ Eap-features mailing list [EMAIL PROTECTED] http://www.intellij.com/mailman/listinfo/eap-features
