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
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
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
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