|
From: Vincent M. <vm...@oc...> - 2001-07-30 11:33:32
|
Hi,
I'd like to propose the following src directory hierarchy
src
|_ framework
|_ com
|_ ...
|_ tests
|_ com
|_ ...
|_ extensions
|_ com
|_ ...
|_ examples
|_ com
|_ ...
Where :
* framework : the core classes + mock implementations for the standard
J2SE/J2EE classes, i.e. the standard APIs making the Java platform (servlet,
taglib, io, sql, ...)
* tests : the core classes unit tests. Note that there is no need for test
classes for the mock implementations themselves as they don't contain logic
(just getters/setters)
* extensions : mock implementations for APIs that are _not_ part of the Java
platform (J2SE/J2EE), like VisualAge for Java Tools API, Struts, ATG
proprietary classes, ...
* examples : comprehensive examples showing how to use the mockobject
framework and also acting as functional tests for the mockobject framework.
Can I go ahead with this and make the little needed modifications and put a
README file that explains this ?
Thanks
-Vincent Massol
|