On Aug 27, 2010, at 6:34 AM, Thomas Sundberg wrote:

> Assume that we are dealing with a multi module build, how would you
> organize the modules? Would you consider adding a separate
> 'integration-test' tree next to main and test?

I set it up like so:

        parent module
        |-- domain class module  <-- contains unit tests only
        |-- services module     <-- contains unit tests only
        |-- integration test module <-- int tests for all sibling level modules
        |-- webapp module
        |-- etc...

Additionally, since the tests typically run longer, i usually set up the 
integration test module so that it can be optionally invoked from a profile. 
This is how our continuous integration environment runs them.


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to