Re: Running integration tests with the embedder

2007-01-22 Thread John Casey
I think this could be a useful exercise in determining just how "embeddable" Maven really is, since it's bound to expose cached instance state and other similar problems that will carry over from test to test...not just a problem of garbage collection. As a way of reviewing Maven itself, it's a v

Re: Running integration tests with the embedder

2007-01-22 Thread Jason van Zyl
On 22 Jan 07, at 2:42 PM 22 Jan 07, Carlos Sanchez wrote: Hi, I started to take a look on what it takes to run all the it tests with the embedder besides the current command line approach. I was thinking in making Validator an interface with two implementations, command line validator and emb

Re: Running integration tests with the embedder

2007-01-22 Thread Kenney Westerhof
Carlos Sanchez wrote: Hi, I started to take a look on what it takes to run all the it tests with the embedder besides the current command line approach. I was thinking in making Validator an interface with two implementations, command line validator and embedded validator. Then the desired v

Running integration tests with the embedder

2007-01-22 Thread Carlos Sanchez
Hi, I started to take a look on what it takes to run all the it tests with the embedder besides the current command line approach. I was thinking in making Validator an interface with two implementations, command line validator and embedded validator. Then the desired validator would be injecte