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

ファイルを表示 Open project: SonarSource-VisualStudio/sonarlint-visualstudio

Private Methods

Method Description
ExecuteAndCancell ( CancellationToken token, IProgressStepExecutionEvents notifier ) : void
ExecuteAndFail ( CancellationToken token, IProgressStepExecutionEvents notifier ) : void
ExecuteAndNotify ( CancellationToken token, IProgressStepExecutionEvents notifier ) : void
ExecuteAndVerify ( CancellationToken token, IProgressStepExecutionEvents notifier ) : void
ExecuteNonCancellable ( CancellationToken token, IProgressStepExecutionEvents notifier ) : void
GetExpectedExecutionEvents ( ) : double>>.List
InitializeAndExecuteTestSubject ( string text, StepAttributes attributes, IProgressStepExecutionEvents>.Action operation ) : void
ProgressControllerStep_Cancelled ( ) : void
ProgressControllerStep_Constructor_ArgCheck ( ) : void
ProgressControllerStep_Failed ( ) : void
ProgressControllerStep_NonCancellable ( ) : void
ProgressControllerStep_ProgressUpdate ( ) : void
ProgressControllerStep_States ( ) : void
TestCleanup ( ) : void
TestInitialize ( ) : void