/** Test method for {@link asgn2CarParks.CarPark#getStatus(int)}. */
 @Test
 public void testGetStatus() {
   assertNotNull(cp.getStatus(5));
 }