Re: multi-module unit testing

2007-10-02 Thread Awaragi
ir imaginations connect the dots if the link with anything but API > packages. > > Anyhow, bit verbose but I hope it helped with your spinning head. ^_^. > > Sincerely, > > Éric :D. > > On 10/2/07, Awaragi <[EMAIL PROTECTED]> wrote: >> >> >> H

Re: multi-module unit testing

2007-10-01 Thread Awaragi
e stubs parts, to prevent circular dependencies you may > have > to separate the interface for your library from the implementation, which > in > time makes for more stable code. The downside is the multiplication of > modules. > > I hope this helps > > Éric :D. >

multi-module unit testing

2007-10-01 Thread Awaragi
Hi All, i hope that this question was not asked before as I am new to maven and to this forum. I am trying to build a multi-module project with three modules: libraries A and B and application C which depends on A and B. Libraries A and B have their unit testing classes which use a setup class to