refactor(central-ui): split Notification Report out of the Outbox page
This commit is contained in:
@@ -22,8 +22,8 @@ namespace ScadaLink.CentralUI.Tests.Pages;
|
||||
/// <see cref="ICentralHealthAggregator"/> is an interface (mockable), but
|
||||
/// <see cref="CommunicationService"/> is a concrete class whose outbox calls
|
||||
/// route through an injected notification-outbox <see cref="IActorRef"/>; the
|
||||
/// tests reuse the scripted-actor seam established by the Notification Outbox
|
||||
/// page tests (see <c>NotificationOutboxPageTests</c>).
|
||||
/// tests reuse the scripted-actor seam established by the Notification Report
|
||||
/// page tests (see <c>NotificationReportPageTests</c>).
|
||||
/// </summary>
|
||||
public class HealthPageTests : BunitContext
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user