public void A050_GetList() { List <Car> cars = carsRepository.GetList(); Assert.AreEqual(numberOfCars, cars.Count); }