예제 #1
0
 /** Test of setTotalLaps method, of class Fuel. */
 @Test
 public void testSetTotalLaps() {
   System.out.println("setTotalLaps");
   int totalLaps = 0;
   FuelStrategy instance = new FuelStrategy();
   instance.setTotalLaps(totalLaps);
   // TODO review the generated test code and remove the default call to fail.
   fail("The test case is a prototype.");
 }