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

Inheritance: IUserNotification
ファイルを表示 Open project: SonarSource-VisualStudio/sonarlint-visualstudio Class Usage Examples

Public Methods

Method Description
AssertNoNotification ( System.Guid notificationId ) : void
AssertNoShowErrorMessages ( ) : void
AssertNotification ( System.Guid notificationId ) : string
AssertNotification ( System.Guid notificationId, string expected ) : void
AssertSingleErrorMessage ( string expected ) : void

Private Methods

Method Description
IUserNotification ( System.Guid id ) : bool
IUserNotification ( ) : void
IUserNotification ( Exception ex, bool clearOtherNotifications ) : void
IUserNotification ( string errorMessage ) : void
IUserNotification ( string message, System.Guid notificationId, ICommand associatedCommand ) : void

Method Details

AssertNoNotification() public method

public AssertNoNotification ( System.Guid notificationId ) : void
notificationId System.Guid
return void

AssertNoShowErrorMessages() public method

public AssertNoShowErrorMessages ( ) : void
return void

AssertNotification() public method

public AssertNotification ( System.Guid notificationId ) : string
notificationId System.Guid
return string

AssertNotification() public method

public AssertNotification ( System.Guid notificationId, string expected ) : void
notificationId System.Guid
expected string
return void

AssertSingleErrorMessage() public method

public AssertSingleErrorMessage ( string expected ) : void
expected string
return void