Package org.jboss.unit.driver

Examples of org.jboss.unit.driver.TestDriver


      }
   }

   public void removeTestCase(String testName)
   {
      TestDriver a = drivers.get(testName);

      //
      unmount(a);
   }
View Full Code Here

TOP

Related Classes of org.jboss.unit.driver.TestDriver

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.