Exemplo n.º 1
0
  @Test
  public void testGetCars() throws Exception {

    List<Car> actualCars = carService.getCars();
    assertEquals(expectedCars, actualCars);
  }