2008/1/25, Brian Pontarelli <[EMAIL PROTECTED]>: > > Those are for base classes for testing. JCatapult solves this problem > with a separate JAR called jcatapult-core-test.jar, which is along the > same lines as a new maven project as you mention.
In fact building a different JAR is easily done with a new module. And with a new module, test dependencies are more consistent. > Another way is to > remove the base class and provide test helper toolkits. JCatapult also > does this in other places and both approaches work well. If I understood you well, a toolkit has no dependency on a particular test framework. Anyway, IMO, test case-related classes should stay away from the core. Antonio --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]