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