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

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

Méthodes publiques

Méthode 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 méthode

public AssertClosedCalled ( int expectedNumberOfTimes ) : void
expectedNumberOfTimes int
Résultat void

Close() public méthode

public Close ( ) : void
Résultat void

ConfigurableInfoBar() public méthode

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

SimulateButtonClickEvent() public méthode

public SimulateButtonClickEvent ( ) : void
Résultat void

SimulateClosedEvent() public méthode

public SimulateClosedEvent ( ) : void
Résultat void

VerifyAllEventsRegistered() public méthode

public VerifyAllEventsRegistered ( ) : void
Résultat void

VerifyAllEventsUnregistered() public méthode

public VerifyAllEventsUnregistered ( ) : void
Résultat void