Package nexj.core.persistence.sql

Examples of nexj.core.persistence.sql.SQLDataTestLock


    */
   public void addTestSuite(Class testClass)
   {
      // wrap the TestSuite inside an object that knows how to acquire/release DB locks
      addTest((SQLDataTest.class.isAssignableFrom(testClass)) ?
              (Test)new SQLDataTestLock(testClass) : (Test)new junit.framework.TestSuite(testClass));
   }
View Full Code Here

TOP

Related Classes of nexj.core.persistence.sql.SQLDataTestLock

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.