Re: categorizing tests

2007-01-19 Thread Dmitry Beransky
On 1/18/07, Jiaqi Guo [EMAIL PROTECTED] wrote: Dmitry Beransky wrote: Just finished reading an article on test categorization: http://www-128.ibm.com/developerworks/java/library/j-cq10316/index.html?ca=drs-. Any recommendations how how to implement this in Maven? Although I don't 100%

Re: categorizing tests

2007-01-19 Thread Jiaqi Guo
Dmitry Beransky wrote: Ideally, I wish I could annotate tests with a type (e.g. @Test(type=component) public void testSomeFunction() {...}) and have the test framework pick the tests out for me. Lacking above, it's probably a good idea to break tests into multiple directories based on their

categorizing tests

2007-01-18 Thread Dmitry Beransky
Hi, Just finished reading an article on test categorization: http://www-128.ibm.com/developerworks/java/library/j-cq10316/index.html?ca=drs-. Any recommendations how how to implement this in Maven? Thanks D. - To unsubscribe,

Re: categorizing tests

2007-01-18 Thread Jiaqi Guo
Dmitry Beransky wrote: Hi, Just finished reading an article on test categorization: http://www-128.ibm.com/developerworks/java/library/j-cq10316/index.html?ca=drs-. Any recommendations how how to implement this in Maven? Thanks D.