A wise old hermit known only as Vincent Harcq 
<[EMAIL PROTECTED]> once said:

> I just commit this.
> 
> Rules
> ========
> 
> All Test Java sources will be under "xdoclet.test" and "xdoclet.retest"
> (re is for Regression)
> 
> In directory "core/test" :
> 
> - src/xdoclet/test : put here unit tests for xdoclet classes.  Follow
> same package naming
> Example 
>       xdoclet.test.xdoclet.XDocletTagSupportTest
>               for unit testing
>       xdoclet.XDocletTagSupport

I thought best practise for junit was to use the same package structure 
under a separate source root, so that the unit tests can access any 
fields/members that use the default (package) scope?  Putting everything 
below xdoclet.test & xdoclet.retest like this, you lose that ability 
(although I'm not sure we have anything in there currently using package 
scope anyway).


Andrew.

_______________________________________________
Xdoclet-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel

Reply via email to