910111213141516
public class VotingMachineTest extends TestCase { private VotingMachine votingMachine; @Override protected void setUp() { votingMachine = new VotingMachine(); }