Package org.jboss.unit.remote.driver

Examples of org.jboss.unit.remote.driver.CompositeRemoteTestDriver


      this.path = path;
   }

   public void start()
   {
      server.setDelegate(new CompositeRemoteTestDriver(this));
   }
View Full Code Here

TOP

Related Classes of org.jboss.unit.remote.driver.CompositeRemoteTestDriver

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.