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

Inheritance: IInfoBarManager
Mostrar archivo Open project: SonarSource-VisualStudio/sonarlint-visualstudio Class Usage Examples

Public Methods

Method Description
AssertHasAttachedInfoBar ( System.Guid toolwindowGuid ) : ConfigurableInfoBar
AssertHasNoAttachedInfoBar ( System.Guid toolwindowGuid ) : void

Private Methods

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

Method Details

AssertHasAttachedInfoBar() public method

public AssertHasAttachedInfoBar ( System.Guid toolwindowGuid ) : ConfigurableInfoBar
toolwindowGuid System.Guid
return ConfigurableInfoBar

AssertHasNoAttachedInfoBar() public method

public AssertHasNoAttachedInfoBar ( System.Guid toolwindowGuid ) : void
toolwindowGuid System.Guid
return void