There are various integration tests run as part of the Maven project
build itself, which of course uses Maven to do the build and test etc.

I'd take a look at their poms and how they've structured the
integration test directories etc to see how you might be able to apply
it to your own project.

Wayne

On 1/9/07, Todd Nine <[EMAIL PROTECTED]> wrote:
Hi all,
 I have a project that has some utility classes, as well as integration
classes.  The utility classes are mostly for parsing legacy data, so these
can be tested with Unit tests.  I want to do a full black box test with an
integration test.  I have the following source directory

src/main/java
src/main/resources
src/test/java
src/test/resources
src/integration-test/java
src/integration-test/resources

However, when I execute "mvn integration-test", it says that there are no
tests to run.  I've also tried "src/it/java"  Have I named the directory
incorrectly?  What do I need to do to get integration tests running?

Thanks,
Todd



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

Reply via email to