Re: Re: Functional Test strategies with Maven

2009-03-02 Thread Ian Petzer
Are these functional tests invoked as jUnit / TestNG tests? I have written similar, integration type functional tests with mocks, but they were still based on jUnit / TestNG. I simply stored them in the same module name--test--src--java are being used for unit tests. I differentated between the

Re: Re: Re: Functional Test strategies with Maven

2009-03-02 Thread martijnverburg
Hi all, Are these functional tests invoked as jUnit / TestNG tests? I have written similar, integration type functional tests with mocks, but they were still based on jUnit / TestNG. I simply stored them in the same name--test--src--java are being used for unit tests. I differentiated between

Re: Re: Functional Test strategies with Maven

2009-03-02 Thread martijnverburg
Hi David, Martijn - I've seen this done a couple of different ways. I can't say that there is any particular set of advantages/disadvantages that makes one more attractive than another. I'm sure you've already thought about these, but here they are, just the same: #1 - The functional

RE: Re: Functional Test strategies with Maven

2009-03-02 Thread Cummings,Steven
provide feedback for if/when integration testing is officially supported. /S -Original Message- From: martijnverb...@gmail.com [mailto:martijnverb...@gmail.com] Sent: Monday, March 02, 2009 11:26 AM To: users@maven.apache.org Subject: Re: Re: Functional Test strategies with Maven Hi David

Re: RE: Re: Functional Test strategies with Maven

2009-03-02 Thread martijnverburg
: martijnverb...@gmail.com [mailto:martijnverb...@gmail.com] Sent: Monday, March 02, 2009 11:26 AM To: users@maven.apache.org Subject: Re: Re: Functional Test strategies with Maven Hi David, Martijn - I've seen this done a couple of different ways. I can't say that there is any