Esempio n. 1
0
 public InMemoryLobbyIT()
 {
     _apiTester = new InMemoryApiTester();
     _lobbyApi  = new LobbyTesterApi <InMemoryApiTester>(_apiTester);
 }
Esempio n. 2
0
 public InMemoryPlayGameIT()
 {
     _apiTester = new InMemoryApiTester();
     _gameApi   = new PlayGameTesterApi <InMemoryApiTester>(_apiTester);
 }
Esempio n. 3
0
 public InMemoryAuthenticationIT()
 {
     _apiTester         = new InMemoryApiTester();
     _authenticationApi = new AuthenticationTesterApi <InMemoryApiTester>(_apiTester);
 }