Looks pretty simple to me... The reason you don't see all test-runs is because some tests have errors in them! Maven (per default) aborts the build after an error has occured... Try running maven with '-Dmaven.test.failure.ignore=true' and see if all test are run now.
> >> mvn integration-test > >> > >> i get the following result > >> ---SNIP--- > >> ------------------------------------------------------- > >> T E S T S > >> ------------------------------------------------------- > >> Running command.library.CmdCdTest > >> Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.047 > >> sec Running command.library.CmdDirTest > >> Tests run: 2, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.031 > >> sec <<< FA > >> ILURE! > >> > >> Results : > >> > >> Failed tests: > >> testWithPathAsParameter(command.library.CmdDirTest) > >> > >> Tests run: 11, Failures: 1, Errors: 0, Skipped: 0 > >> > >> [INFO] > >> ------------------------------------------------------------------------ > >> [ERROR] BUILD FAILURE > >> [INFO] > >> ------------------------------------------------------------------------ > >> [INFO] There are test failures. > >> [INFO] -- Roland Asmann CFC Informationssysteme Entwicklungsgesellschaft m.b.H Bäckerstrasse 1/2/7 A-1010 Wien FN 266155f, Handelsgericht Wien Tel.: +43/1/513 88 77 - 27 Fax.: +43/1/513 88 62 Email: [EMAIL PROTECTED] Web: www.cfc.at --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
