On Nov 12, 2007 5:49 PM, mfs <[EMAIL PROTECTED]> wrote:

> Can "java/src/test" be used to package both unit and integration tests ?  Or
> this structure specifically for the unit test-cases.. ?

Yes, but -- in a separate module.

Maven does not currently support normal unit tests and integration
tests in the same module.  If you must combine them, you'll have to do
some includes/excludes to get things to happen at the right time.

See this page for a bit more info:
http://docs.codehaus.org/display/MAVENUSER/Maven+and+Integration+Testing

> Like for example in my case we have an html file used for some
> functional/integration testing, would it be a good idea to put it in the
> java/src/test folder ?

Non-java files generally go in src/test/resources.

-- 
Wendy

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to