RE: [testing][support] Where to place xxxTestCase support classes

2006-11-01 Thread Ivanov, Alexey A
, November 01, 2006 3:15 AM To: harmony-dev@incubator.apache.org Subject: Re: [testing][support] Where to place xxxTestCase support classes If the support classes aren't used outside of one module, then I would put them in that module. Like the beans example mentioned. As for the package name, I would

Re: [testing][support] Where to place xxxTestCase support classes

2006-11-01 Thread Denis Kishenko
Message- From: Nathan Beyer [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 01, 2006 3:15 AM To: harmony-dev@incubator.apache.org Subject: Re: [testing][support] Where to place xxxTestCase support classes If the support classes aren't used outside of one module, then I would put them

RE: [testing][support] Where to place xxxTestCase support classes

2006-11-01 Thread Ivanov, Alexey A
-Original Message- From: Denis Kishenko [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 01, 2006 1:14 PM To: harmony-dev@incubator.apache.org Subject: Re: [testing][support] Where to place xxxTestCase support classes Alexey thanks for question, because I'm intereseted in this too

[testing][support] Where to place xxxTestCase support classes

2006-10-31 Thread Ivanov, Alexey A
Hi all, Both AWT and Swing modules have testing support classes. Some of them are extensions of junit.framework.TestCase which provide some utility methods for tests. To mention several: AWTTestCase, ShapeTestCase, BasicSwingTestCase, SwingTestCase. There are test cases which extend these

Re: [testing][support] Where to place xxxTestCase support classes

2006-10-31 Thread Nathan Beyer
If the support classes aren't used outside of one module, then I would put them in that module. Like the beans example mentioned. As for the package name, I would prefer to avoid the java.* and javax.* package names whenever possible, so we can avoid classpath issues. -Nathan On 10/31/06,