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

Test helper class to monitor the progress change notification (implements IProgressStepExecutionEvents)
상속: IProgressStepExecutionEvents
파일 보기 프로젝트 열기: SonarSource-VisualStudio/sonarlint-visualstudio

공개 메소드들

메소드 설명
ConfigurableProgressStepExecutionNotifier ( ) : SonarLint.VisualStudio.Progress.Controller
IProgressStepExecutionEvents ( string progressDetailText, double progress ) : void

메소드 상세

ConfigurableProgressStepExecutionNotifier() 공개 메소드

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

IProgressStepExecutionEvents() 공개 메소드

public IProgressStepExecutionEvents ( string progressDetailText, double progress ) : void
progressDetailText string
progress double
리턴 void