public GreedGameTests() { _game = new GreedGame(); _roll = new Roll(); }
public int Score(Roll roll) { return(ScoreCalculator.CalculateScore(roll)); }