/** Test method for {@link asgn2CarParks.CarPark#queueEmpty()}. */
 @Test
 public void testQueueEmpty() {
   assertEquals(cp.queueEmpty(), true);
 }