C# Class SonarLint.VisualStudio.Progress.UnitTests.MessageVerificationHelper

Test helper class that verifies the message formating
Exibir arquivo Open project: SonarSource-VisualStudio/sonarlint-visualstudio Class Usage Examples

Public Methods

Method Description
VerifyNotificationMessage ( string actualMessage, string expectedFormat, Exception ex, bool logWholeMessage ) : void

Method Details

VerifyNotificationMessage() public static method

public static VerifyNotificationMessage ( string actualMessage, string expectedFormat, Exception ex, bool logWholeMessage ) : void
actualMessage string
expectedFormat string
ex System.Exception
logWholeMessage bool
return void