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

Test helper class that verifies the message formating
파일 보기 프로젝트 열기: SonarSource-VisualStudio/sonarlint-visualstudio 1 사용 예제들

공개 메소드들

메소드 설명
VerifyNotificationMessage ( string actualMessage, string expectedFormat, Exception ex, bool logWholeMessage ) : void

메소드 상세

VerifyNotificationMessage() 공개 정적인 메소드

public static VerifyNotificationMessage ( string actualMessage, string expectedFormat, Exception ex, bool logWholeMessage ) : void
actualMessage string
expectedFormat string
ex System.Exception
logWholeMessage bool
리턴 void