Exemple #1
0
        public void TestThatTeamCityBlockClosedMessageIsProperlyFormatted()
        {
            _tcServiceMessageLogger.LogSectionEnd(MESSAGE);
            var returnedMessage = GetMessages().Single();

            Assert.That(returnedMessage, Is.EqualTo(string.Format("##teamcity[blockClosed name='{0}']", MESSAGE)));
        }
Exemple #2
0
 public static void LogSectionEnd(string name)
 {
     _log.LogSectionEnd(name);
 }