Petr, Please, let me know: are you using junit to code your test cases? If yes, eclipse has a "native" plugin to deal with junit - no maven or m2eclipse is needed. Is just to open your test case, Run As, JUnit Test Case.
When 'mvn test' is running, it means that all test cases will be executed, to ensure that the package is not "broken" due to logical errors. Rafael Trestini On Tue, Nov 4, 2008 at 4:49 PM, Petr V. <[EMAIL PROTECTED]> wrote: > When I issue "mvn test" command, all my tests in test directory are executed, > what if I need to run some particular test(assuming we have different test > classes instead of one big test class). And is it possible in eclipse to run > one particular test with m2eclipse ? > > Thanks, > > Petr > > > > -- Responsibility is the price of freedom --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
