Package org.jboss.test

Examples of org.jboss.test.AbstractTestSetup


      suite.addTest(new TestProxy(TopicSessionTest.suite(), TopicSessionTest.class.getName()));
      suite.addTest(new TestProxy(UnifiedSessionTest.suite(), UnifiedSessionTest.class.getName()));
      suite.addTest(new TestProxy(TemporaryTopicTest.suite(), TemporaryTopicTest.class.getName()));
     

      return new AbstractTestSetup(clazz, suite);
   }
View Full Code Here


      suite.addTest(QueueSessionTest.suite());
      suite.addTest(SessionTest.suite());
      suite.addTest(TopicSessionTest.suite());
      suite.addTest(UnifiedSessionTest.suite());
      suite.addTest(TemporaryTopicTest.suite());
      return new AbstractTestSetup(clazz, suite);
   }
View Full Code Here

TOP

Related Classes of org.jboss.test.AbstractTestSetup

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.