C# Class SonarLint.VisualStudio.Integration.UnitTests.PropertiesMock

Inheritance: Properties
Afficher le fichier Open project: SonarSource-VisualStudio/sonarlint-visualstudio Class Usage Examples

Private Properties

Свойство Type Description
IEnumerable IEnumerator
Properties IEnumerator
Properties System.Property

Méthodes publiques

Méthode Description
AssertPropertyExists ( string name, object value ) : void
PropertiesMock ( object parent ) : EnvDTE
RegisterKnownProperty ( string name ) : PropertyMock

Private Methods

Méthode Description
IEnumerable ( ) : IEnumerator
Properties ( ) : IEnumerator
Properties ( object index ) : System.Property

Method Details

AssertPropertyExists() public méthode

public AssertPropertyExists ( string name, object value ) : void
name string
value object
Résultat void

PropertiesMock() public méthode

public PropertiesMock ( object parent ) : EnvDTE
parent object
Résultat EnvDTE

RegisterKnownProperty() public méthode

public RegisterKnownProperty ( string name ) : PropertyMock
name string
Résultat PropertyMock