예제 #1
0
 public void TestThatFormatUtilsReturnsCorrectlyFormattedTextForStartWithDateTimeOption()
 {
     Assert.AreEqual(TEST_MESSAGE, FormatUtils.FormatStartWithDateTime(TEST_MESSAGE).Substring(dateTimeLength + 1));
 }