Hi, that sound not like a Unit Test more like an integration test...which can be done by using cargo plugin...there you can startup e.g. Tomcat and run Integration test on the deployed system...
On the other hand if you have only DI's than you only need an applicationContext.xml setup for the Unit Tests to do the unit tests if this would fit your needs...But i'm not sure about that... Kind regards Karl Heinz Marbaise -- View this message in context: http://old.nabble.com/How-to-unit-testing-%28sub%29module-that-uses-DI--tp28435068p28435262.html Sent from the Maven - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
