StatLight.Core.Reporting.Providers.TeamCity.TeamCityTestResultHandler.PublishStop C# (CSharp) Method

PublishStop() public method

public PublishStop ( ) : void
return void
        public void PublishStop()
        {
            _messageWriter.Write(
                CommandFactory.TestSuiteFinished(_assemblyName));
        }