Tim Ellison wrote:

Pick a module [1] that interests you and from there the test code is in
<module_name>/src/test/java/org.apache.harmony.tests.<pkg>.<type>Test.java
where <pkg> and <type> are the package and type under test; see here [2]
for an example.

I'm not convinced that we should only use this package convention for tests.

One should certainly be able to put a test in the same package as the class being tested...

geir

Reply via email to