public void testGetAll() throws Exception {

    List<Customer> customers = mgr.getAll();
    assertEquals(customers.size(), 2);
  }