"jmesnil" wrote :
| This mimics the way the code is hierarchized (all remoting code is under
org.jboss.messaging.remoting and its subpackages) and the tests related to a same
component/"theme are closer to each other than spread all over the test suite.
| imho, it makes it easier to navigate the code and run tests from an IDE
|
| And this won't change the way the tests are run automatically
(org.jboss.messaging.test.**.unit instead of org.jboss.messaging.test.unit.**)
|
|
To be more precise, I suggest to keep the tests under test/src/java source folder.
Related tests are closer to each other (sharing a common super package) but remain
separate from the code they test which is under src/main/java source folder.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4112207#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...