Exemple #1
0
 public GameStateServiceTest(GameStateFixture fixture)
 {
     this.fixture     = fixture;
     gameStateService = new GameStateService(fixture.state); //repeating data, use Startup
 }
 public GameStateServiceTest(GameStateFixture fixture)
 {
     this.fixture = fixture;
 }