Exemplo n.º 1
0
 public void LoadGamesTest()
 {
     int Season = 2007; // TODO: Initialize to an appropriate value
     Espn espn = new Espn();
     espn.LoadGames(Season);
     Assert.Inconclusive("A method that does not return a value cannot be verified.");
 }
Exemplo n.º 2
0
 public void LoadGameTest()
 {
     int Season = 2007; // TODO: Initialize to an appropriate value
     int Week = 1; // TODO: Initialize to an appropriate value
     int GameId = 270909005; // TODO: Initialize to an appropriate value
     Espn espn = new Espn();
     espn.LoadGame(Season, Week, GameId);
     Assert.Inconclusive("A method that does not return a value cannot be verified.");
 }