Am 12/23/16 um 16:50 schrieb Florian Schätz: > > > On 23/12/2016 09:48, Christian Schulte wrote: > >> I'd move those re-useable test classes into theire own module. For the >> example mentioned above, you would add commons-lang as a compile >> dependency to that module and then you can depend on that module in test >> scope the usual way and you'll get the transitive dependencies onto the >> test classpath automatically. > > Unfortunately, this doesn't work if the module itself uses these > re-usable test classes, too. If that wasn't the case, I would of course > simply create a new module, call it xyz-test and be done with it. >
What's the difference? Just add a dependency to the module holding the test classes there as well? Regards, -- Christian --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
