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

Test helper class to monitor the progress change notification (implements IProgressStepExecutionEvents)
Inheritance: IProgressStepExecutionEvents
Afficher le fichier Open project: SonarSource-VisualStudio/sonarlint-visualstudio

Méthodes publiques

Méthode Description
ConfigurableProgressStepExecutionNotifier ( ) : SonarLint.VisualStudio.Progress.Controller
IProgressStepExecutionEvents ( string progressDetailText, double progress ) : void

Method Details

ConfigurableProgressStepExecutionNotifier() public méthode

public ConfigurableProgressStepExecutionNotifier ( ) : SonarLint.VisualStudio.Progress.Controller
Résultat SonarLint.VisualStudio.Progress.Controller

IProgressStepExecutionEvents() public méthode

public IProgressStepExecutionEvents ( string progressDetailText, double progress ) : void
progressDetailText string
progress double
Résultat void