/** Test method for {@link asgn2CarParks.CarPark#toString()}. */
 @Test
 public void testToString() {
   assertNotNull(cp.toString());
 }