Пример #1
0
        public void GetId_GetId_1()
        {
            string     phrase        = "this is a phrase";
            bool       test          = true;
            Palindrome newPalindrome = new Palindrome(phrase, test);

            Assert.AreEqual(1, newPalindrome.GetId());
        }