Example #1
0
 /** Test of loadData method, of class ListDataItem. */
 @Test
 public void testLoadData() {
   System.out.println("loadData");
   ArrayList extraParams = null;
   String action = "";
   ListDataItem instance = new ListDataItem();
   instance.loadData(extraParams, action);
   // TODO review the generated test code and remove the default call to fail.
   fail("The test case is a prototype.");
 }