2526272829303132
/** * Create a point manager, and give it some initial points. */ @Before public void setUp() { pm = new PointManager(); pm.addPointsToBoard(totalPoints); }