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