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
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to