Beispiel #1
0
 /** Test of setColor method, of class Pen. */
 @Test
 public void testSetColor() {
   System.out.println("setColor");
   int col = -1;
   instance = new Pen(new PApplet(), 1, 1, 1, 1);
   instance.setColor(col);
   // TODO review the generated test code and remove the default call to fail.
   // fail("The test case is a prototype.");
 }