Package org.jboss.test.aop.test

Examples of org.jboss.test.aop.test.AOPTestSetup


   public static Test suite() throws Exception
   {
      TestSuite suite = new TestSuite();
      suite.addTest(new TestSuite(AsynchTestCase.class));

      AOPTestSetup setup = new AOPTestSetup(suite, "asynch-test.sar");
      return setup;
   }
View Full Code Here


   public static Test suite() throws Exception
   {
      TestSuite suite = new TestSuite();
      suite.addTest(new TestSuite(AsynchTestCase.class));

      AOPTestSetup setup = new AOPTestSetup(suite, "asynch-test.sar");
      return setup;
   }
View Full Code Here

TOP

Related Classes of org.jboss.test.aop.test.AOPTestSetup

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.