Package org.milyn.scribe.test.dao

Examples of org.milyn.scribe.test.dao.FullAnnotatedDao


  public void test_create_with_annotated_dao() {

    DaoInvokerFactory factory  = DaoInvokerFactory.getInstance();

    FullAnnotatedDao daoMock = mock(FullAnnotatedDao.class);

    DaoInvoker daoInvoker = factory.create(daoMock, objectStore);

    assertNotNull(daoInvoker);
View Full Code Here

TOP

Related Classes of org.milyn.scribe.test.dao.FullAnnotatedDao

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.