public void TestGetAllHeroesAndFriends() { var hr = new HeroRepository(); Assert.NotEmpty(hr.GetAllHeroesAndFriends()); }