public void Test1() { string expectedStr = "Extramural Student: { Name = Vasya Pupkin, Faculty = MMF, Course = 2 }"; Assert.AreEqual(expectedStr, student.GetInformation()); }