C# Class SonarLint.VisualStudio.Integration.UnitTests.ConfigurableInfoBarManager

Inheritance: IInfoBarManager
Afficher le fichier Open project: SonarSource-VisualStudio/sonarlint-visualstudio Class Usage Examples

Méthodes publiques

Méthode Description
AssertHasAttachedInfoBar ( System.Guid toolwindowGuid ) : ConfigurableInfoBar
AssertHasNoAttachedInfoBar ( System.Guid toolwindowGuid ) : void

Private Methods

Méthode Description
IInfoBarManager ( System.Guid toolwindowGuid, string message, string buttonText, ImageMoniker imageMoniker ) : IInfoBar
IInfoBarManager ( IInfoBar currentInfoBar ) : void

Method Details

AssertHasAttachedInfoBar() public méthode

public AssertHasAttachedInfoBar ( System.Guid toolwindowGuid ) : ConfigurableInfoBar
toolwindowGuid System.Guid
Résultat ConfigurableInfoBar

AssertHasNoAttachedInfoBar() public méthode

public AssertHasNoAttachedInfoBar ( System.Guid toolwindowGuid ) : void
toolwindowGuid System.Guid
Résultat void