Package hu.lacimol.tutorial.todo.service

Examples of hu.lacimol.tutorial.todo.service.TodoServiceImpl


  @Before
  public void setUp() throws Exception {
    assertNotNull(entityManager);
    ao = new TestActiveObjects(entityManager);
    todoService = new TodoServiceImpl(ao);
    System.out.println("--- Do test ---");
  }
View Full Code Here

TOP

Related Classes of hu.lacimol.tutorial.todo.service.TodoServiceImpl

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.