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

Reply via email to