[jboss-user] [JBoss Seam] - Re: Slow integration testing suite based on SeamTest - impro
dmitriy.lapko
do-not-reply at jboss.com
Thu Aug 9 10:44:55 EDT 2007
Ok, created:
http://jira.jboss.org/jira/browse/JBSEAM-1779
But may be it will need deep refactoring in BaseSeamTest - if you will change just annotation
@BeforeClass
| @Override
| public void init() throws Exception
| {
| super.init();
| }
to
@BeforeSuite
| @Override
| public void init() throws Exception
| {
| super.init();
| }
it will not work - each class which extends SeamTest should be initialized separately...
So, now it seems that the easiest optimization can be to put all tests inside one test class.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072552#4072552
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072552
More information about the jboss-user
mailing list