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

Test implementation of IProgressEvents
Inheritance: IProgressEvents
Afficher le fichier Open project: SonarSource-VisualStudio/sonarlint-visualstudio Class Usage Examples

Méthodes publiques

Méthode Description
AssertAllEventsAreRegistered ( ) : void
AssertAllEventsAreUnregistered ( ) : void
ConfigurableProgressEvents ( ) : SonarLint.VisualStudio.Progress.Controller
InvokeCancellationSupportChanged ( bool cancellable ) : void
InvokeFinished ( ProgressControllerResult result ) : void
InvokeStarted ( ) : void
InvokeStepExecutionChanged ( StepExecutionChangedEventArgs args ) : void

Method Details

AssertAllEventsAreRegistered() public méthode

public AssertAllEventsAreRegistered ( ) : void
Résultat void

AssertAllEventsAreUnregistered() public méthode

public AssertAllEventsAreUnregistered ( ) : void
Résultat void

ConfigurableProgressEvents() public méthode

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

InvokeCancellationSupportChanged() public méthode

public InvokeCancellationSupportChanged ( bool cancellable ) : void
cancellable bool
Résultat void

InvokeFinished() public méthode

public InvokeFinished ( ProgressControllerResult result ) : void
result ProgressControllerResult
Résultat void

InvokeStarted() public méthode

public InvokeStarted ( ) : void
Résultat void

InvokeStepExecutionChanged() public méthode

public InvokeStepExecutionChanged ( StepExecutionChangedEventArgs args ) : void
args SonarLint.VisualStudio.Progress.Controller.StepExecutionChangedEventArgs
Résultat void