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

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

Méthodes publiques

Méthode Description
VerifyNotificationMessage ( string actualMessage, string expectedFormat, Exception ex, bool logWholeMessage ) : void

Method Details

VerifyNotificationMessage() public static méthode

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