public void SplitWordsWithEmptyWord() { const string TestString = ""; Assert.AreEqual(TestString, TestString.SplitWords(true)); }