public void TestThatFormatUtilsReturnsCorrectlyFormattedTextForEndWithLowerCaseOption() { Assert.AreEqual(TEST_MESSAGE.ToLower(), FormatUtils.FormatLowerCase(TEST_MESSAGE)); }