Exemple #1
0
        public void ChangeAutorTest()
        {
            play = new Play(0, "Paul", PlayType.Major, "Mike", 10f, inListOfPerformances);
            play.ChangeAuthor("KOKO");

            Assert.AreEqual("KOKO", play.GetAuthor());
        }