public TestsUi(Game game)// : base(game) { this.game = game; _testFixtureRunner = new TestFixtureRunner(game); }
// : base(game) public TestsUi(Game game) { this.game = game; _testFixtureRunner = new TestFixtureRunner(game); }