Exemple #1
0
 public void TestThatFormatUtilsReturnsCorrectlyFormattedTextForEndWithUpperCaseOption()
 {
     Assert.AreEqual(TEST_MESSAGE.ToUpper(), FormatUtils.FormatUpperCase(TEST_MESSAGE));
 }