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

Verification helper class
파일 보기 프로젝트 열기: SonarSource-VisualStudio/sonarlint-visualstudio 1 사용 예제들

공개 메소드들

메소드 설명
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