C# 클래스 SonarLint.VisualStudio.Integration.UnitTests.PropertiesMock

상속: Properties
파일 보기 프로젝트 열기: SonarSource-VisualStudio/sonarlint-visualstudio 1 사용 예제들

Private Properties

프로퍼티 타입 설명
IEnumerable IEnumerator
Properties IEnumerator
Properties System.Property

공개 메소드들

메소드 설명
AssertPropertyExists ( string name, object value ) : void
PropertiesMock ( object parent ) : EnvDTE
RegisterKnownProperty ( string name ) : PropertyMock

비공개 메소드들

메소드 설명
IEnumerable ( ) : IEnumerator
Properties ( ) : IEnumerator
Properties ( object index ) : System.Property

메소드 상세

AssertPropertyExists() 공개 메소드

public AssertPropertyExists ( string name, object value ) : void
name string
value object
리턴 void

PropertiesMock() 공개 메소드

public PropertiesMock ( object parent ) : EnvDTE
parent object
리턴 EnvDTE

RegisterKnownProperty() 공개 메소드

public RegisterKnownProperty ( string name ) : PropertyMock
name string
리턴 PropertyMock