public void GetLeagueListTest() { Assert.IsNotNull(SecondaryLeaguesDictionaryCreator.GetLeagueList()); }
public Dictionary <string, int> GetSecondaryLeagues() { return(SecondaryLeaguesDictionaryCreator.GetLeagueList()); }