|
From: Jeff M. <je...@cu...> - 2002-04-10 10:46:17
|
I'm currently seperating out the jdk classes from the core mockobject
classes hopefully we'll end up with something like this.
src/core/
src/jdk/common/
/1.1/
/1.2/
/1.3/
/1.4/
src/j2ee/common
/1.2/
/1.3/
and a build process which builds mock-core.jar, mock-jdk.x.x.jar
mock-j2ee.x.x.jar or something similar.
The thing I've just come up against is the test package with currently
sites in core. This contains the TestExpectationSqlRow which needs to be
moved to src/jdk/common but I don't think we should have a test package
in each area. I'd much rather see the tests sit in the same package as
the class it's testing, as it makes it obvious there is a test for a
class. Tests can then be striped out of the final dist by excluding
**/Test*.class.
Any comments?
--
Jeff Martin
Memetic Engineer
http://www.custommonkey.org/
|