示例#1
0
        public void RansomNoteCanBeFormedWords_CanNoteBeFormed_ReturnsFalse()
        {
            string note = "  they  to  can ";
            string mag  = "        two    systems are talking to each other, they always need to specify what encoding      ";

            Assert.IsFalse(RansomNote.RansomNoteCanBeFormedWords(note, mag));
        }