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 |
Method | Description | |
---|---|---|
IUserNotification ( System.Guid id ) : bool | ||
IUserNotification ( ) : void | ||
IUserNotification ( |
||
IUserNotification ( string errorMessage ) : void | ||
IUserNotification ( string message, System.Guid notificationId, ICommand associatedCommand ) : void |
public AssertNoNotification ( System.Guid notificationId ) : void | ||
notificationId | System.Guid | |
return | void |
public AssertNotification ( System.Guid notificationId ) : string | ||
notificationId | System.Guid | |
return | string |
public AssertNotification ( System.Guid notificationId, string expected ) : void | ||
notificationId | System.Guid | |
expected | string | |
return | void |
public AssertSingleErrorMessage ( string expected ) : void | ||
expected | string | |
return | void |