public void TestThatTeamCityBlockOpenedMessageIsProperlyFormatted() { _tcServiceMessageLogger.LogSectionStart(MESSAGE); var returnedMessages = GetMessages().ToList(); Assert.That(returnedMessages[0], Is.EqualTo("##teamcity[blockOpened name='" + MESSAGE + "']")); Assert.That(returnedMessages[1], Is.EqualTo("##teamcity[progressMessage '" + MESSAGE + "']")); }
public static void LogSectionStart(string name) { _log.LogSectionStart(name); }