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