From: <man...@jb...> - 2005-07-05 09:39:55
|
Hi, At the moment functional unit tests are in tests/functional/ and the actual tests are in a .test sub-package, e.g., org.jboss.cache.tests.loader. It would make more sense that the test package mirror the package of the classes under test, so that test cases have access to package-level variables and methods of the classes under test, removing the number of publicly accessible methods. Does anyone have any objections to my refactoring these packages accordingly? Cheers, Manik View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3883626#3883626 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3883626 |