On Thu, 2005-05-12 at 01:58 +0000, [EMAIL PROTECTED] wrote:
> jochen      2005/05/11 18:58:14
> 
>   ws-xmlrpc/src/test/org/apache/xmlrpc/test - New directory

Is that package only for base test cases?  A good layout already exists
today, where a parallel package hierarchy of unit tests exists in a
separate tree on the file system.  Intermixing the unit tests in the
same packages as the actual application code allows for testing of
package private and protected members, which is key to full coverage for
white-box testing.


Reply via email to