Esempio n. 1
0
 @Before
 public void setUp() throws Exception {
   b.addBall(0, 0);
   b.addBall(0, 2);
   System.out.println(b.toString());
 }