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