public void TestLoadFiftyStates() { Bee test = new Bee(); test.LoadFiftyStates(); Assert.AreSame(test.QuestionList[49].answer, "Cheyenne"); }