public RpsEngineTest() { _rpsEngine = new RpsEngine(); }
public RpsBracketGame() { _engine = new RpsEngine(); _gameValidator = new RpsValidator(); }