>>util.test, util.cli.test etc.: shouldn't those be in the testlet
>>package? Or if it's specific to test the kernel into phoenix?

they aren't testing framework but test cases. ie in each of those packages
is the unit tests for superioir package.

How about a directory structure such as:

src/main/org/apache/avalon/util
and
src/test/org/apache/avalon/util?

That way you separate your test code from your production code and retain 
access to protected access methods for testing.

Just a thought.

-Erik

Reply via email to