Example #1
0
 @Test
 public void testStopRotation() {
   car.stopRotation(Car.ROTATE_RIGHT);
   assertEquals(false, car.isRotating());
 }