Ejemplo n.º 1
0
 public void InitializeSubscribesToSessionServiceSessionCreatedTest()
 {
     testObj.Initialize();
     Verify(leagueSessionService).SessionCreated += testObj.HandleLeagueSessionCreated;
     VerifyNoMoreInteractions();
 }