Beispiel #1
0
 /** Test of toString method, of class Fuel. */
 @Test
 public void testToString() {
   System.out.println("toString");
   FuelStrategy instance = new FuelStrategy();
   String expResult = "";
   String result = instance.toString();
   assertEquals(expResult, result);
   // TODO review the generated test code and remove the default call to fail.
   fail("The test case is a prototype.");
 }