Package com.tll.dao.test

Examples of com.tll.dao.test.TestEntityDaoTestHandler


public class Db4oEntityDaoTest extends AbstractDb4oEntityDaoTest {

  @Override
  protected IEntityDaoTestHandler<?>[] getDaoTestHandlers() {
    return new IEntityDaoTestHandler[] {
      new TestEntityDaoTestHandler()
    };
  }
View Full Code Here


public class SimpleEntityDaoTest extends AbstractDb4oEntityDaoTest {

  @Override
  protected IEntityDaoTestHandler<?>[] getDaoTestHandlers() {
    return new IEntityDaoTestHandler[] {
      new TestEntityDaoTestHandler()
    };
  }
View Full Code Here

TOP

Related Classes of com.tll.dao.test.TestEntityDaoTestHandler

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.