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

Test implementation of IProgressEvents
Inheritance: IProgressEvents
Show file Open project: SonarSource-VisualStudio/sonarlint-visualstudio Class Usage Examples

Public Methods

Method 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 method

public AssertAllEventsAreRegistered ( ) : void
return void

AssertAllEventsAreUnregistered() public method

public AssertAllEventsAreUnregistered ( ) : void
return void

ConfigurableProgressEvents() public method

public ConfigurableProgressEvents ( ) : SonarLint.VisualStudio.Progress.Controller
return SonarLint.VisualStudio.Progress.Controller

InvokeCancellationSupportChanged() public method

public InvokeCancellationSupportChanged ( bool cancellable ) : void
cancellable bool
return void

InvokeFinished() public method

public InvokeFinished ( ProgressControllerResult result ) : void
result ProgressControllerResult
return void

InvokeStarted() public method

public InvokeStarted ( ) : void
return void

InvokeStepExecutionChanged() public method

public InvokeStepExecutionChanged ( StepExecutionChangedEventArgs args ) : void
args SonarLint.VisualStudio.Progress.Controller.StepExecutionChangedEventArgs
return void