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