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

Mostrar archivo Open project: SonarSource-VisualStudio/sonarlint-visualstudio

Private Methods

Method Description
AssertIfCalled ( string customMessage ) : void
ConfigureSonarQubeServiceWrapperWithServiceError ( ) : void
ConfigureValidSonarQubeServiceWrapper ( BoundSonarQubeProject binding, System.DateTime timestamp, string qualityProfileKey ) : void
GetTestSubject ( ) : ErrorListInfoBarController.QualityProfileBackgroundProcessor
QualityProfileBackgroundProcessor_ArgChecks ( ) : void
QualityProfileBackgroundProcessor_BackgroundTask_DifferentTimestamp_RequiresUpdate ( ) : void
QualityProfileBackgroundProcessor_BackgroundTask_HasNotNeededProfile_DoesNotRequireUpdate ( ) : void
QualityProfileBackgroundProcessor_BackgroundTask_NoTimestampDifferentProfile_RequiresUpdate ( ) : void
QualityProfileBackgroundProcessor_BackgroundTask_SameTimestampDifferentProfile_RequiresUpdate ( ) : void
QualityProfileBackgroundProcessor_BackgroundTask_ServiceErrors_DoesNotRequireUpdate ( ) : void
QualityProfileBackgroundProcessor_BackgroundTask_SolutionRequiresMoreProfiles_RequiresUpdate ( ) : void
QualityProfileBackgroundProcessor_LifeCycle ( ) : void
QualityProfileBackgroundProcessor_QueueCheckIfUpdateIsRequired_ArgChecks ( ) : void
QualityProfileBackgroundProcessor_QueueCheckIfUpdateIsRequired_NoFilteredProjects ( ) : void
QualityProfileBackgroundProcessor_QueueCheckIfUpdateIsRequired_NoProfiles_RequiresUpdate ( ) : void
QualityProfileBackgroundProcessor_QueueCheckIfUpdateIsRequired_NoSolutionBinding ( ) : void
SetFilteredProjects ( ) : void
TestInit ( ) : void
VerifyBackgroundExecution ( bool updateRequired, ErrorListInfoBarController testSubject ) : void