Exemple #1
0
 public void TestThatFormatUtilsReturnsCorrectlyFormattedTextForNoneOption()
 {
     Assert.AreEqual(TEST_MESSAGE, FormatUtils.FormatNone(TEST_MESSAGE));
 }