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

Inheritance: IInfoBar
Datei anzeigen Open project: SonarSource-VisualStudio/sonarlint-visualstudio Class Usage Examples

Public Methods

Method Description
AssertClosedCalled ( int expectedNumberOfTimes ) : void
Close ( ) : void
ConfigurableInfoBar ( string message, string buttonText, ImageMoniker imageMoniker ) : Microsoft.VisualStudio.Imaging.Interop
SimulateButtonClickEvent ( ) : void
SimulateClosedEvent ( ) : void
VerifyAllEventsRegistered ( ) : void
VerifyAllEventsUnregistered ( ) : void

Method Details

AssertClosedCalled() public method

public AssertClosedCalled ( int expectedNumberOfTimes ) : void
expectedNumberOfTimes int
return void

Close() public method

public Close ( ) : void
return void

ConfigurableInfoBar() public method

public ConfigurableInfoBar ( string message, string buttonText, ImageMoniker imageMoniker ) : Microsoft.VisualStudio.Imaging.Interop
message string
buttonText string
imageMoniker ImageMoniker
return Microsoft.VisualStudio.Imaging.Interop

SimulateButtonClickEvent() public method

public SimulateButtonClickEvent ( ) : void
return void

SimulateClosedEvent() public method

public SimulateClosedEvent ( ) : void
return void

VerifyAllEventsRegistered() public method

public VerifyAllEventsRegistered ( ) : void
return void

VerifyAllEventsUnregistered() public method

public VerifyAllEventsUnregistered ( ) : void
return void