C# Класс SonarLint.VisualStudio.Progress.UnitTests.VerificationHelper

Verification helper class
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
CheckState ( IProgressStep testSubject, StepExecutionState expectedState ) : void

Checks the current state of a IProgressStep

VerifyInitialized ( ProgressControllerStep testSubject, StepAttributes attributes, string displayText = null ) : void

Verifies that the ProgressControllerStep was initialized correctly

Описание методов

CheckState() публичный статический Метод

Checks the current state of a IProgressStep
public static CheckState ( IProgressStep testSubject, StepExecutionState expectedState ) : void
testSubject IProgressStep The step to check
expectedState StepExecutionState The expected state of the step
Результат void

VerifyInitialized() публичный статический Метод

Verifies that the ProgressControllerStep was initialized correctly
public static VerifyInitialized ( ProgressControllerStep testSubject, StepAttributes attributes, string displayText = null ) : void
testSubject SonarLint.VisualStudio.Progress.Controller.ProgressControllerStep The step to verify
attributes StepAttributes Step attributes
displayText string Step display text
Результат void