Exemplo n.º 1
0
        public void TestThatTeamCityBlockClosedMessageIsProperlyFormatted()
        {
            _tcServiceMessageLogger.LogSectionEnd(MESSAGE);
            var returnedMessage = GetMessages().Single();

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