C# 클래스 SonarLint.VisualStudio.Progress.UnitTests.ConfigurableProgressEvents

Test implementation of IProgressEvents
상속: IProgressEvents
파일 보기 프로젝트 열기: SonarSource-VisualStudio/sonarlint-visualstudio 1 사용 예제들

공개 메소드들

메소드 설명
AssertAllEventsAreRegistered ( ) : void
AssertAllEventsAreUnregistered ( ) : void
ConfigurableProgressEvents ( ) : SonarLint.VisualStudio.Progress.Controller
InvokeCancellationSupportChanged ( bool cancellable ) : void
InvokeFinished ( ProgressControllerResult result ) : void
InvokeStarted ( ) : void
InvokeStepExecutionChanged ( StepExecutionChangedEventArgs args ) : void

메소드 상세

AssertAllEventsAreRegistered() 공개 메소드

public AssertAllEventsAreRegistered ( ) : void
리턴 void

AssertAllEventsAreUnregistered() 공개 메소드

public AssertAllEventsAreUnregistered ( ) : void
리턴 void

ConfigurableProgressEvents() 공개 메소드

public ConfigurableProgressEvents ( ) : SonarLint.VisualStudio.Progress.Controller
리턴 SonarLint.VisualStudio.Progress.Controller

InvokeCancellationSupportChanged() 공개 메소드

public InvokeCancellationSupportChanged ( bool cancellable ) : void
cancellable bool
리턴 void

InvokeFinished() 공개 메소드

public InvokeFinished ( ProgressControllerResult result ) : void
result ProgressControllerResult
리턴 void

InvokeStarted() 공개 메소드

public InvokeStarted ( ) : void
리턴 void

InvokeStepExecutionChanged() 공개 메소드

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