Ejemplo n.º 1
0
 public TestsUi(Game game)// : base(game)
 {
     this.game          = game;
     _testFixtureRunner = new TestFixtureRunner(game);
 }
Ejemplo n.º 2
0
 // : base(game)
 public TestsUi(Game game)
 {
     this.game = game;
     _testFixtureRunner = new TestFixtureRunner(game);
 }