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

Test implementation of ITeamExplorer.
Inheritance: ITeamExplorer
Show file Open project: SonarSource-VisualStudio/sonarlint-visualstudio

Private Properties

Property Type Description
AddStandardPages void
IServiceProvider object
ITeamExplorer ITeamExplorerPage
ITeamExplorer bool
ITeamExplorer void
ITeamExplorer void
ITeamExplorer void

Public Methods

Method Description
AssertCurrentPage ( System.Guid pageId ) : void
ConfigurableTeamExplorer ( ) : Microsoft.TeamFoundation.Controls
ConfigurableTeamExplorer ( System.Guid startPage ) : Microsoft.TeamFoundation.Controls

Private Methods

Method Description
AddStandardPages ( ) : void
IServiceProvider ( Type serviceType ) : object
ITeamExplorer ( System.Guid pageId, object context ) : ITeamExplorerPage
ITeamExplorer ( System.Guid id ) : bool
ITeamExplorer ( ) : void
ITeamExplorer ( ITeamExplorerPage page ) : void
ITeamExplorer ( string message, NotificationType type, NotificationFlags flags, ICommand command, System.Guid id ) : void

Method Details

AssertCurrentPage() public method

public AssertCurrentPage ( System.Guid pageId ) : void
pageId System.Guid
return void

ConfigurableTeamExplorer() public method

public ConfigurableTeamExplorer ( ) : Microsoft.TeamFoundation.Controls
return Microsoft.TeamFoundation.Controls

ConfigurableTeamExplorer() public method

public ConfigurableTeamExplorer ( System.Guid startPage ) : Microsoft.TeamFoundation.Controls
startPage System.Guid
return Microsoft.TeamFoundation.Controls