Esempio n. 1
0
 /** Test of setQueryID method, of class Question. */
 @Test
 public void testSetQueryID() {
   System.out.println("setQueryID");
   long inQueryID = 0L;
   Question instance = new Question();
   instance.setQueryID(inQueryID);
   // TODO review the generated test code and remove the default call to fail.
   fail("The test case is a prototype.");
 }