Table of Contents

Requirements Test Coverage

This document maps every requirement ID in docs/functional-requirements.md (FR) and docs/technical-requirements.md (TR) to current automated test coverage.

Note: This file is auto-generated by scripts/generate-requirements-matrix.sh. Do not edit manually.

Coverage status values:

  • Covered: direct automated test coverage exists.
  • Partial: some behavior is covered, but not the full requirement scope.
  • None: no automated test currently covers the requirement.

Functional Requirements (FR)

Requirement Coverage Tests
FR-1.1 Covered HostBootstrapSmokeTests.* (tests/RemoteAgent.Service.IntegrationTests/HostBootstrapSmokeTests.cs), CheckLocalServerHandlerTests.* (tests/RemoteAgent.Desktop.UiTests/Handlers/CheckLocalServerHandlerTests.cs)
FR-1.2 Covered AgentGatewayServiceIntegrationTests_NoCommand.* (tests/RemoteAgent.Service.IntegrationTests/AgentGatewayServiceIntegrationTests_NoCommand.cs), AgentGatewayServiceIntegrationTests_Stop.* (tests/RemoteAgent.Service.IntegrationTests/AgentGatewayServiceIntegrationTests_Stop.cs), HostBootstrapSmokeTests.* (tests/RemoteAgent.Service.IntegrationTests/HostBootstrapSmokeTests.cs), AgentGatewayServiceIntegrationTests_Echo.* (tests/RemoteAgent.Service.IntegrationTests/AgentGatewayServiceIntegrationTests_Echo.cs), ApplyLocalServerActionHandlerTests.* (tests/RemoteAgent.Desktop.UiTests/Handlers/ApplyLocalServerActionHandlerTests.cs)
FR-1.3 Covered AgentGatewayServiceIntegrationTests_Echo.* (tests/RemoteAgent.Service.IntegrationTests/AgentGatewayServiceIntegrationTests_Echo.cs)
FR-1.4 Covered AgentGatewayServiceIntegrationTests_Echo.* (tests/RemoteAgent.Service.IntegrationTests/AgentGatewayServiceIntegrationTests_Echo.cs)
FR-1.5 Covered StructuredLogServiceTests.* (tests/RemoteAgent.Service.Tests/StructuredLogServiceTests.cs), AgentGatewayServiceIntegrationTests_ManagementApis.* (tests/RemoteAgent.Service.IntegrationTests/AgentGatewayServiceIntegrationTests_ManagementApis.cs)
FR-1.6 None None
FR-2.1 Covered SendDesktopMessageHandlerTests.* (tests/RemoteAgent.Desktop.UiTests/Handlers/SendDesktopMessageHandlerTests.cs), AgentGatewayServiceIntegrationTests_Echo.* (tests/RemoteAgent.Service.IntegrationTests/AgentGatewayServiceIntegrationTests_Echo.cs)
FR-2.2 Covered SendDesktopMessageHandlerTests.* (tests/RemoteAgent.Desktop.UiTests/Handlers/SendDesktopMessageHandlerTests.cs), AgentGatewayServiceIntegrationTests_Echo.* (tests/RemoteAgent.Service.IntegrationTests/AgentGatewayServiceIntegrationTests_Echo.cs)
FR-2.3 Covered MarkdownFormatTests.* (tests/RemoteAgent.App.Tests/MarkdownFormatTests.cs), ChatMessageTests.* (tests/RemoteAgent.App.Tests/ChatMessageTests.cs)
FR-2.4 Covered AgentGatewayServiceIntegrationTests_Stop.* (tests/RemoteAgent.Service.IntegrationTests/AgentGatewayServiceIntegrationTests_Stop.cs)
FR-2.5 None None
FR-2.6 None None
FR-2.7 None None
FR-3.1 Covered ChatMessageTests.* (tests/RemoteAgent.App.Tests/ChatMessageTests.cs)
FR-3.2 None None
FR-3.3 None None
FR-3.4 None None
FR-4.1 Covered ChatMessageTests.* (tests/RemoteAgent.App.Tests/ChatMessageTests.cs)
FR-4.2 None None
FR-5.1 None None
FR-5.2 None None
FR-5.3 None None
FR-6.1 None None
FR-6.2 None None
FR-7.1 Covered AgentGatewayServiceIntegrationTests_Stop.* (tests/RemoteAgent.Service.IntegrationTests/AgentGatewayServiceIntegrationTests_Stop.cs), AgentGatewayServiceIntegrationTests_Echo.* (tests/RemoteAgent.Service.IntegrationTests/AgentGatewayServiceIntegrationTests_Echo.cs)
FR-7.2 Covered AgentGatewayServiceIntegrationTests_Stop.* (tests/RemoteAgent.Service.IntegrationTests/AgentGatewayServiceIntegrationTests_Stop.cs), ChatMessageTests.* (tests/RemoteAgent.App.Tests/ChatMessageTests.cs)
FR-8.1 Covered AgentGatewayServiceIntegrationTests_GetServerInfo.* (tests/RemoteAgent.Service.IntegrationTests/AgentGatewayServiceIntegrationTests_GetServerInfo.cs), PluginConfigurationServiceTests.* (tests/RemoteAgent.Service.Tests/PluginConfigurationServiceTests.cs)
FR-9.1 Covered AgentGatewayServiceIntegrationTests_GetServerInfo.* (tests/RemoteAgent.Service.IntegrationTests/AgentGatewayServiceIntegrationTests_GetServerInfo.cs)
FR-9.2 None None
FR-10.1 None None
FR-11.1 Covered AgentGatewayServiceIntegrationTests_ManagementApis.* (tests/RemoteAgent.Service.IntegrationTests/AgentGatewayServiceIntegrationTests_ManagementApis.cs)
FR-11.1.1 Covered AgentGatewayServiceIntegrationTests_ManagementApis.* (tests/RemoteAgent.Service.IntegrationTests/AgentGatewayServiceIntegrationTests_ManagementApis.cs)
FR-11.1.2 Covered AgentGatewayServiceIntegrationTests_GetServerInfo.* (tests/RemoteAgent.Service.IntegrationTests/AgentGatewayServiceIntegrationTests_GetServerInfo.cs)
FR-11.1.3 Covered AgentGatewayServiceIntegrationTests_ManagementApis.* (tests/RemoteAgent.Service.IntegrationTests/AgentGatewayServiceIntegrationTests_ManagementApis.cs)
FR-11.1.3.1 None None
FR-11.1.3.2 None None
FR-12.1 Covered SetManagementSectionHandlerTests.* (tests/RemoteAgent.Desktop.UiTests/Handlers/SetManagementSectionHandlerTests.cs), OpenNewSessionHandlerTests.* (tests/RemoteAgent.Desktop.UiTests/Handlers/OpenNewSessionHandlerTests.cs), ConnectionSettingsDialogViewModelTests.* (tests/RemoteAgent.Desktop.UiTests/ViewModels/ConnectionSettingsDialogViewModelTests.cs)
FR-12.1.1 None None
FR-12.1.2 None None
FR-12.1.3 None None
FR-12.1.4 None None
FR-12.1.5 None None
FR-12.2 Covered ConnectionSettingsDialogViewModelTests.* (tests/RemoteAgent.Desktop.UiTests/ViewModels/ConnectionSettingsDialogViewModelTests.cs), AgentGatewayServiceIntegrationTests_ManagementApis.* (tests/RemoteAgent.Service.IntegrationTests/AgentGatewayServiceIntegrationTests_ManagementApis.cs)
FR-12.3 Covered TerminateDesktopSessionHandlerTests.* (tests/RemoteAgent.Desktop.UiTests/Handlers/TerminateDesktopSessionHandlerTests.cs)
FR-12.4 Covered AgentGatewayServiceIntegrationTests_ManagementApis.* (tests/RemoteAgent.Service.IntegrationTests/AgentGatewayServiceIntegrationTests_ManagementApis.cs)
FR-12.5 Covered AgentGatewayServiceIntegrationTests_GetServerInfo.* (tests/RemoteAgent.Service.IntegrationTests/AgentGatewayServiceIntegrationTests_GetServerInfo.cs), DeleteMcpServerHandlerTests.* (tests/RemoteAgent.Desktop.UiTests/Handlers/DeleteMcpServerHandlerTests.cs), SavePluginsHandlerTests.* (tests/RemoteAgent.Desktop.UiTests/Handlers/SavePluginsHandlerTests.cs), SaveAgentMcpMappingHandlerTests.* (tests/RemoteAgent.Desktop.UiTests/Handlers/SaveAgentMcpMappingHandlerTests.cs), SaveMcpServerHandlerTests.* (tests/RemoteAgent.Desktop.UiTests/Handlers/SaveMcpServerHandlerTests.cs), RefreshMcpRegistryHandlerTests.* (tests/RemoteAgent.Desktop.UiTests/Handlers/RefreshMcpRegistryHandlerTests.cs), RefreshPluginsHandlerTests.* (tests/RemoteAgent.Desktop.UiTests/Handlers/RefreshPluginsHandlerTests.cs)
FR-12.6 Covered SeedSessionContextHandlerTests.* (tests/RemoteAgent.Desktop.UiTests/Handlers/SeedSessionContextHandlerTests.cs), DeletePromptTemplateHandlerTests.* (tests/RemoteAgent.Desktop.UiTests/Handlers/DeletePromptTemplateHandlerTests.cs), RefreshPromptTemplatesHandlerTests.* (tests/RemoteAgent.Desktop.UiTests/Handlers/RefreshPromptTemplatesHandlerTests.cs), SavePromptTemplateHandlerTests.* (tests/RemoteAgent.Desktop.UiTests/Handlers/SavePromptTemplateHandlerTests.cs), AgentGatewayServiceIntegrationTests_ManagementApis.* (tests/RemoteAgent.Service.IntegrationTests/AgentGatewayServiceIntegrationTests_ManagementApis.cs)
FR-12.7 Covered AgentGatewayServiceIntegrationTests_ManagementApis.* (tests/RemoteAgent.Service.IntegrationTests/AgentGatewayServiceIntegrationTests_ManagementApis.cs)
FR-12.8 Covered AgentGatewayServiceIntegrationTests_ManagementApis.* (tests/RemoteAgent.Service.IntegrationTests/AgentGatewayServiceIntegrationTests_ManagementApis.cs)
FR-12.9 Covered RemoveServerRegistrationHandlerTests.* (tests/RemoteAgent.Desktop.UiTests/Handlers/RemoveServerRegistrationHandlerTests.cs), SaveServerRegistrationHandlerTests.* (tests/RemoteAgent.Desktop.UiTests/Handlers/SaveServerRegistrationHandlerTests.cs)
FR-12.10 None None
FR-12.11 Covered ExpandStatusLogPanelHandlerTests.* (tests/RemoteAgent.Desktop.UiTests/Handlers/ExpandStatusLogPanelHandlerTests.cs), StartLogMonitoringHandlerTests.* (tests/RemoteAgent.Desktop.UiTests/Handlers/StartLogMonitoringHandlerTests.cs)
FR-12.12 Covered ClearAppLogHandlerTests.* (tests/RemoteAgent.Desktop.UiTests/Handlers/ClearAppLogHandlerTests.cs), SaveAppLogHandlerTests.* (tests/RemoteAgent.Desktop.UiTests/Handlers/SaveAppLogHandlerTests.cs)
FR-12.12.1 None None
FR-12.12.2 None None
FR-12.12.3 None None
FR-12.12.4 None None
FR-12.12.5 None None
FR-13.1 Covered RefreshOpenSessionsHandlerTests.* (tests/RemoteAgent.Desktop.UiTests/Handlers/RefreshOpenSessionsHandlerTests.cs), AgentGatewayServiceIntegrationTests_ManagementApis.* (tests/RemoteAgent.Service.IntegrationTests/AgentGatewayServiceIntegrationTests_ManagementApis.cs)
FR-13.2 Covered ConnectionProtectionServiceTests.* (tests/RemoteAgent.Service.Tests/ConnectionProtectionServiceTests.cs), RefreshSecurityDataHandlerTests.* (tests/RemoteAgent.Desktop.UiTests/Handlers/RefreshSecurityDataHandlerTests.cs), AgentGatewayServiceIntegrationTests_ManagementApis.* (tests/RemoteAgent.Service.IntegrationTests/AgentGatewayServiceIntegrationTests_ManagementApis.cs)
FR-13.3 Covered TerminateDesktopSessionHandlerTests.* (tests/RemoteAgent.Desktop.UiTests/Handlers/TerminateDesktopSessionHandlerTests.cs), TerminateOpenServerSessionHandlerTests.* (tests/RemoteAgent.Desktop.UiTests/Handlers/TerminateOpenServerSessionHandlerTests.cs), AgentGatewayServiceIntegrationTests_ManagementApis.* (tests/RemoteAgent.Service.IntegrationTests/AgentGatewayServiceIntegrationTests_ManagementApis.cs)
FR-13.4 Covered BanPeerHandlerTests.* (tests/RemoteAgent.Desktop.UiTests/Handlers/BanPeerHandlerTests.cs), UnbanPeerHandlerTests.* (tests/RemoteAgent.Desktop.UiTests/Handlers/UnbanPeerHandlerTests.cs), ConnectionProtectionServiceTests.* (tests/RemoteAgent.Service.Tests/ConnectionProtectionServiceTests.cs), RefreshSecurityDataHandlerTests.* (tests/RemoteAgent.Desktop.UiTests/Handlers/RefreshSecurityDataHandlerTests.cs), AgentGatewayServiceIntegrationTests_ManagementApis.* (tests/RemoteAgent.Service.IntegrationTests/AgentGatewayServiceIntegrationTests_ManagementApis.cs)
FR-13.5 Covered DeleteAuthUserHandlerTests.* (tests/RemoteAgent.Desktop.UiTests/Handlers/DeleteAuthUserHandlerTests.cs), RefreshAuthUsersHandlerTests.* (tests/RemoteAgent.Desktop.UiTests/Handlers/RefreshAuthUsersHandlerTests.cs), SaveAuthUserHandlerTests.* (tests/RemoteAgent.Desktop.UiTests/Handlers/SaveAuthUserHandlerTests.cs), AgentGatewayServiceIntegrationTests_ManagementApis.* (tests/RemoteAgent.Service.IntegrationTests/AgentGatewayServiceIntegrationTests_ManagementApis.cs)
FR-13.6 Covered AgentGatewayServiceIntegrationTests_ManagementApis.* (tests/RemoteAgent.Service.IntegrationTests/AgentGatewayServiceIntegrationTests_ManagementApis.cs)
FR-13.7 Covered CheckSessionCapacityHandlerTests.* (tests/RemoteAgent.Desktop.UiTests/Handlers/CheckSessionCapacityHandlerTests.cs), AgentGatewayServiceIntegrationTests_ManagementApis.* (tests/RemoteAgent.Service.IntegrationTests/AgentGatewayServiceIntegrationTests_ManagementApis.cs)
FR-13.8 Covered CheckSessionCapacityHandlerTests.* (tests/RemoteAgent.Desktop.UiTests/Handlers/CheckSessionCapacityHandlerTests.cs), AgentGatewayServiceIntegrationTests_ManagementApis.* (tests/RemoteAgent.Service.IntegrationTests/AgentGatewayServiceIntegrationTests_ManagementApis.cs)
FR-14.1 Covered PromptTemplateServiceTests.* (tests/RemoteAgent.Service.Tests/PromptTemplateServiceTests.cs), AgentGatewayServiceIntegrationTests_ManagementApis.* (tests/RemoteAgent.Service.IntegrationTests/AgentGatewayServiceIntegrationTests_ManagementApis.cs)
FR-14.2 Covered PromptTemplateServiceTests.* (tests/RemoteAgent.Service.Tests/PromptTemplateServiceTests.cs), PromptTemplateEngineTests.* (tests/RemoteAgent.App.Tests/PromptTemplateEngineTests.cs)
FR-14.3 Covered AgentGatewayServiceIntegrationTests_ManagementApis.* (tests/RemoteAgent.Service.IntegrationTests/AgentGatewayServiceIntegrationTests_ManagementApis.cs)
FR-14.4 Covered AgentGatewayServiceIntegrationTests_ManagementApis.* (tests/RemoteAgent.Service.IntegrationTests/AgentGatewayServiceIntegrationTests_ManagementApis.cs)
FR-15.1 Covered ConnectionProtectionServiceTests.* (tests/RemoteAgent.Service.Tests/ConnectionProtectionServiceTests.cs), AgentGatewayServiceIntegrationTests_ManagementApis.* (tests/RemoteAgent.Service.IntegrationTests/AgentGatewayServiceIntegrationTests_ManagementApis.cs)
FR-15.2 Covered ConnectionProtectionServiceTests.* (tests/RemoteAgent.Service.Tests/ConnectionProtectionServiceTests.cs)
FR-16.1 Covered AgentGatewayServiceIntegrationTests_NoCommand.* (tests/RemoteAgent.Service.IntegrationTests/AgentGatewayServiceIntegrationTests_NoCommand.cs), AgentGatewayServiceIntegrationTests_ManagementApis.* (tests/RemoteAgent.Service.IntegrationTests/AgentGatewayServiceIntegrationTests_ManagementApis.cs)
FR-17.1 Partial ScanQrCodeHandlerTests.* (tests/RemoteAgent.App.Tests/ScanQrCodeHandlerTests.cs), MobileHandlerTests.* (tests/RemoteAgent.App.Tests/MobileHandlerTests.cs)
FR-17.2 Partial SetPairingUserHandlerTests.* (tests/RemoteAgent.Desktop.UiTests/Handlers/SetPairingUserHandlerTests.cs)
FR-17.3 None None
FR-17.4 None None
FR-17.5 None None
FR-17.6 Partial ScanQrCodeHandlerTests.* (tests/RemoteAgent.App.Tests/ScanQrCodeHandlerTests.cs)
FR-17.6.1 None None
FR-17.6.2 None None
FR-17.7 None None
FR-17.8 Partial MobileHandlerTests.* (tests/RemoteAgent.App.Tests/MobileHandlerTests.cs)
FR-18.1 None None
FR-18.2 None None
FR-19.1 Partial MobileHandlerTests.* (tests/RemoteAgent.App.Tests/MobileHandlerTests.cs), SaveServerRegistrationHandlerTests.* (tests/RemoteAgent.Desktop.UiTests/Handlers/SaveServerRegistrationHandlerTests.cs)
FR-19.2 Partial SaveServerRegistrationHandlerTests.* (tests/RemoteAgent.Desktop.UiTests/Handlers/SaveServerRegistrationHandlerTests.cs), RemoveServerRegistrationHandlerTests.* (tests/RemoteAgent.Desktop.UiTests/Handlers/RemoveServerRegistrationHandlerTests.cs)
FR-19.3 Partial SaveServerRegistrationHandlerTests.* (tests/RemoteAgent.Desktop.UiTests/Handlers/SaveServerRegistrationHandlerTests.cs)
FR-19.4 None None
FR-19.5 None None
FR-20.1 None None
FR-20.2 Covered MobileHandlerTests.* (tests/RemoteAgent.App.Tests/MobileHandlerTests.cs)
FR-20.3 None None
FR-20.4 Covered MobileHandlerTests.* (tests/RemoteAgent.App.Tests/MobileHandlerTests.cs)

Technical Requirements (TR)

Requirement Coverage Tests
TR-1.1 None None
TR-1.2 None None
TR-1.3 Covered HostBootstrapSmokeTests.* (tests/RemoteAgent.Service.IntegrationTests/HostBootstrapSmokeTests.cs), AgentOptionsTests.* (tests/RemoteAgent.Service.Tests/AgentOptionsTests.cs)
TR-1.4 None None
TR-1.5 None None
TR-2.1 None None
TR-2.1.1 None None
TR-2.1.2 None None
TR-2.2 Covered HostBootstrapSmokeTests.* (tests/RemoteAgent.Service.IntegrationTests/HostBootstrapSmokeTests.cs), AgentOptionsTests.* (tests/RemoteAgent.Service.Tests/AgentOptionsTests.cs)
TR-2.3 Covered AgentGatewayServiceIntegrationTests_NoCommand.* (tests/RemoteAgent.Service.IntegrationTests/AgentGatewayServiceIntegrationTests_NoCommand.cs), AgentGatewayServiceIntegrationTests_Stop.* (tests/RemoteAgent.Service.IntegrationTests/AgentGatewayServiceIntegrationTests_Stop.cs), AgentGatewayServiceIntegrationTests_Echo.* (tests/RemoteAgent.Service.IntegrationTests/AgentGatewayServiceIntegrationTests_Echo.cs)
TR-2.4 None None
TR-3.1 Covered HostBootstrapSmokeTests.* (tests/RemoteAgent.Service.IntegrationTests/HostBootstrapSmokeTests.cs), AgentOptionsTests.* (tests/RemoteAgent.Service.Tests/AgentOptionsTests.cs)
TR-3.2 Covered AgentGatewayServiceIntegrationTests_NoCommand.* (tests/RemoteAgent.Service.IntegrationTests/AgentGatewayServiceIntegrationTests_NoCommand.cs), AgentGatewayServiceIntegrationTests_Stop.* (tests/RemoteAgent.Service.IntegrationTests/AgentGatewayServiceIntegrationTests_Stop.cs), AgentGatewayServiceIntegrationTests_Echo.* (tests/RemoteAgent.Service.IntegrationTests/AgentGatewayServiceIntegrationTests_Echo.cs), AgentOptionsTests.* (tests/RemoteAgent.Service.Tests/AgentOptionsTests.cs)
TR-3.3 Covered AgentGatewayServiceIntegrationTests_Echo.* (tests/RemoteAgent.Service.IntegrationTests/AgentGatewayServiceIntegrationTests_Echo.cs)
TR-3.4 Covered AgentGatewayServiceIntegrationTests_Stop.* (tests/RemoteAgent.Service.IntegrationTests/AgentGatewayServiceIntegrationTests_Stop.cs), AgentGatewayServiceIntegrationTests_Echo.* (tests/RemoteAgent.Service.IntegrationTests/AgentGatewayServiceIntegrationTests_Echo.cs)
TR-3.5 None None
TR-3.6 Covered LiteDbLocalStorageTests.* (tests/RemoteAgent.Service.Tests/LiteDbLocalStorageTests.cs), StructuredLogServiceTests.* (tests/RemoteAgent.Service.Tests/StructuredLogServiceTests.cs)
TR-3.7 None None
TR-3.8 None None
TR-4.1 None None
TR-4.2 Covered AgentGatewayServiceIntegrationTests_Stop.* (tests/RemoteAgent.Service.IntegrationTests/AgentGatewayServiceIntegrationTests_Stop.cs)
TR-4.3 Covered AgentGatewayServiceIntegrationTests_NoCommand.* (tests/RemoteAgent.Service.IntegrationTests/AgentGatewayServiceIntegrationTests_NoCommand.cs), AgentGatewayServiceIntegrationTests_Stop.* (tests/RemoteAgent.Service.IntegrationTests/AgentGatewayServiceIntegrationTests_Stop.cs)
TR-4.4 None None
TR-4.5 Covered AgentGatewayServiceIntegrationTests_GetServerInfo.* (tests/RemoteAgent.Service.IntegrationTests/AgentGatewayServiceIntegrationTests_GetServerInfo.cs), AgentGatewayServiceIntegrationTests_CorrelationId.* (tests/RemoteAgent.Service.IntegrationTests/AgentGatewayServiceIntegrationTests_CorrelationId.cs)
TR-5.1 Covered ChatMessageTests.* (tests/RemoteAgent.App.Tests/ChatMessageTests.cs)
TR-5.2 None None
TR-5.3 Covered MarkdownFormatTests.* (tests/RemoteAgent.App.Tests/MarkdownFormatTests.cs), ChatMessageTests.* (tests/RemoteAgent.App.Tests/ChatMessageTests.cs)
TR-5.4 None None
TR-5.5 Covered ChatMessageTests.* (tests/RemoteAgent.App.Tests/ChatMessageTests.cs)
TR-5.6 None None
TR-5.7 None None
TR-5.8 None None
TR-6.1 None None
TR-6.2 None None
TR-6.3 None None
TR-7.1 None None
TR-7.2 None None
TR-7.3 None None
TR-7.3.1 None None
TR-7.3.2 None None
TR-7.3.3 None None
TR-7.3.4 None None
TR-7.3.5 None None
TR-8.1 None None
TR-8.2 None None
TR-8.3 Covered AgentGatewayServiceIntegrationTests_NoCommand.* (tests/RemoteAgent.Service.IntegrationTests/AgentGatewayServiceIntegrationTests_NoCommand.cs)
TR-8.4 None None
TR-8.4.1 None None
TR-8.5 None None
TR-8.6 None None
TR-9.1 None None
TR-9.2 None None
TR-9.3 None None
TR-10.1 Covered AgentGatewayServiceIntegrationTests_GetServerInfo.* (tests/RemoteAgent.Service.IntegrationTests/AgentGatewayServiceIntegrationTests_GetServerInfo.cs), PluginConfigurationServiceTests.* (tests/RemoteAgent.Service.Tests/PluginConfigurationServiceTests.cs)
TR-10.2 Covered PluginConfigurationServiceTests.* (tests/RemoteAgent.Service.Tests/PluginConfigurationServiceTests.cs)
TR-11.1 Covered LiteDbLocalStorageTests.* (tests/RemoteAgent.Service.Tests/LiteDbLocalStorageTests.cs)
TR-11.2 None None
TR-11.3 None None
TR-12.1 Covered AgentGatewayServiceIntegrationTests_ManagementApis.* (tests/RemoteAgent.Service.IntegrationTests/AgentGatewayServiceIntegrationTests_ManagementApis.cs)
TR-12.1.1 Covered AgentGatewayServiceIntegrationTests_ManagementApis.* (tests/RemoteAgent.Service.IntegrationTests/AgentGatewayServiceIntegrationTests_ManagementApis.cs)
TR-12.1.2 None None
TR-12.1.3 None None
TR-12.2 Covered AgentGatewayServiceIntegrationTests_GetServerInfo.* (tests/RemoteAgent.Service.IntegrationTests/AgentGatewayServiceIntegrationTests_GetServerInfo.cs)
TR-12.2.1 None None
TR-12.2.2 None None
TR-13.1 Covered StructuredLogServiceTests.* (tests/RemoteAgent.Service.Tests/StructuredLogServiceTests.cs)
TR-13.2 Covered StructuredLogServiceTests.* (tests/RemoteAgent.Service.Tests/StructuredLogServiceTests.cs)
TR-13.3 Covered AgentGatewayServiceIntegrationTests_ManagementApis.* (tests/RemoteAgent.Service.IntegrationTests/AgentGatewayServiceIntegrationTests_ManagementApis.cs)
TR-13.4 Covered AgentGatewayServiceIntegrationTests_ManagementApis.* (tests/RemoteAgent.Service.IntegrationTests/AgentGatewayServiceIntegrationTests_ManagementApis.cs)
TR-13.5 Covered AgentGatewayServiceIntegrationTests_ManagementApis.* (tests/RemoteAgent.Service.IntegrationTests/AgentGatewayServiceIntegrationTests_ManagementApis.cs)
TR-13.6 None None
TR-14.1 None None
TR-14.1.0 None None
TR-14.1.1 None None
TR-14.1.2 None None
TR-14.1.3 None None
TR-14.1.4 None None
TR-14.1.5 None None
TR-14.1.6 None None
TR-14.1.7 None None
TR-14.1.8 None None
TR-14.1.9 None None
TR-14.1.10 None None
TR-14.2 None None
TR-14.3 None None
TR-14.4 None None
TR-14.5 None None
TR-15.1 Covered ConnectionProtectionServiceTests.* (tests/RemoteAgent.Service.Tests/ConnectionProtectionServiceTests.cs), AgentGatewayServiceIntegrationTests_ManagementApis.* (tests/RemoteAgent.Service.IntegrationTests/AgentGatewayServiceIntegrationTests_ManagementApis.cs)
TR-15.2 Covered ConnectionProtectionServiceTests.* (tests/RemoteAgent.Service.Tests/ConnectionProtectionServiceTests.cs), AgentGatewayServiceIntegrationTests_ManagementApis.* (tests/RemoteAgent.Service.IntegrationTests/AgentGatewayServiceIntegrationTests_ManagementApis.cs)
TR-15.3 Covered AgentGatewayServiceIntegrationTests_ManagementApis.* (tests/RemoteAgent.Service.IntegrationTests/AgentGatewayServiceIntegrationTests_ManagementApis.cs)
TR-15.4 Covered AgentGatewayServiceIntegrationTests_ManagementApis.* (tests/RemoteAgent.Service.IntegrationTests/AgentGatewayServiceIntegrationTests_ManagementApis.cs)
TR-15.5 Covered ConnectionProtectionServiceTests.* (tests/RemoteAgent.Service.Tests/ConnectionProtectionServiceTests.cs)
TR-15.6 Covered ConnectionProtectionServiceTests.* (tests/RemoteAgent.Service.Tests/ConnectionProtectionServiceTests.cs)
TR-15.7 Covered AgentGatewayServiceIntegrationTests_ManagementApis.* (tests/RemoteAgent.Service.IntegrationTests/AgentGatewayServiceIntegrationTests_ManagementApis.cs)
TR-15.8 Covered AgentGatewayServiceIntegrationTests_ManagementApis.* (tests/RemoteAgent.Service.IntegrationTests/AgentGatewayServiceIntegrationTests_ManagementApis.cs)
TR-15.9 Covered AgentGatewayServiceIntegrationTests_ManagementApis.* (tests/RemoteAgent.Service.IntegrationTests/AgentGatewayServiceIntegrationTests_ManagementApis.cs)
TR-15.10 Covered AgentGatewayServiceIntegrationTests_ManagementApis.* (tests/RemoteAgent.Service.IntegrationTests/AgentGatewayServiceIntegrationTests_ManagementApis.cs)
TR-16.1 None None
TR-16.2 None None
TR-16.3 None None
TR-16.4 None None
TR-16.5 None None
TR-16.6 None None
TR-16.7 None None
TR-17.1 Covered PromptTemplateServiceTests.* (tests/RemoteAgent.Service.Tests/PromptTemplateServiceTests.cs), AgentGatewayServiceIntegrationTests_ManagementApis.* (tests/RemoteAgent.Service.IntegrationTests/AgentGatewayServiceIntegrationTests_ManagementApis.cs)
TR-17.2 Covered PromptTemplateServiceTests.* (tests/RemoteAgent.Service.Tests/PromptTemplateServiceTests.cs)
TR-17.3 Covered PromptTemplateEngineTests.* (tests/RemoteAgent.App.Tests/PromptTemplateEngineTests.cs)
TR-17.4 None None
TR-18.1 Covered RefreshOpenSessionsHandlerTests.* (tests/RemoteAgent.Desktop.UiTests/Handlers/RefreshOpenSessionsHandlerTests.cs), BanPeerHandlerTests.* (tests/RemoteAgent.Desktop.UiTests/Handlers/BanPeerHandlerTests.cs), DeleteAuthUserHandlerTests.* (tests/RemoteAgent.Desktop.UiTests/Handlers/DeleteAuthUserHandlerTests.cs), ClearAppLogHandlerTests.* (tests/RemoteAgent.Desktop.UiTests/Handlers/ClearAppLogHandlerTests.cs), SendDesktopMessageHandlerTests.* (tests/RemoteAgent.Desktop.UiTests/Handlers/SendDesktopMessageHandlerTests.cs), SaveAppLogHandlerTests.* (tests/RemoteAgent.Desktop.UiTests/Handlers/SaveAppLogHandlerTests.cs), ExpandStatusLogPanelHandlerTests.* (tests/RemoteAgent.Desktop.UiTests/Handlers/ExpandStatusLogPanelHandlerTests.cs), RemoveServerRegistrationHandlerTests.* (tests/RemoteAgent.Desktop.UiTests/Handlers/RemoveServerRegistrationHandlerTests.cs), LiteDbLocalStorageTests.* (tests/RemoteAgent.Service.Tests/LiteDbLocalStorageTests.cs), SetManagementSectionHandlerTests.* (tests/RemoteAgent.Desktop.UiTests/Handlers/SetManagementSectionHandlerTests.cs), TerminateDesktopSessionHandlerTests.* (tests/RemoteAgent.Desktop.UiTests/Handlers/TerminateDesktopSessionHandlerTests.cs), DeleteMcpServerHandlerTests.* (tests/RemoteAgent.Desktop.UiTests/Handlers/DeleteMcpServerHandlerTests.cs), SavePluginsHandlerTests.* (tests/RemoteAgent.Desktop.UiTests/Handlers/SavePluginsHandlerTests.cs), UnbanPeerHandlerTests.* (tests/RemoteAgent.Desktop.UiTests/Handlers/UnbanPeerHandlerTests.cs), RefreshAuthUsersHandlerTests.* (tests/RemoteAgent.Desktop.UiTests/Handlers/RefreshAuthUsersHandlerTests.cs), SeedSessionContextHandlerTests.* (tests/RemoteAgent.Desktop.UiTests/Handlers/SeedSessionContextHandlerTests.cs), DeletePromptTemplateHandlerTests.* (tests/RemoteAgent.Desktop.UiTests/Handlers/DeletePromptTemplateHandlerTests.cs), OpenNewSessionHandlerTests.* (tests/RemoteAgent.Desktop.UiTests/Handlers/OpenNewSessionHandlerTests.cs), StartLogMonitoringHandlerTests.* (tests/RemoteAgent.Desktop.UiTests/Handlers/StartLogMonitoringHandlerTests.cs), RefreshSecurityDataHandlerTests.* (tests/RemoteAgent.Desktop.UiTests/Handlers/RefreshSecurityDataHandlerTests.cs), StructuredLogServiceTests.* (tests/RemoteAgent.Service.Tests/StructuredLogServiceTests.cs), SaveAgentMcpMappingHandlerTests.* (tests/RemoteAgent.Desktop.UiTests/Handlers/SaveAgentMcpMappingHandlerTests.cs), CheckSessionCapacityHandlerTests.* (tests/RemoteAgent.Desktop.UiTests/Handlers/CheckSessionCapacityHandlerTests.cs), ServiceProviderRequestDispatcherTests.* (tests/RemoteAgent.App.Tests/Cqrs/ServiceProviderRequestDispatcherTests.cs), CheckLocalServerHandlerTests.* (tests/RemoteAgent.Desktop.UiTests/Handlers/CheckLocalServerHandlerTests.cs), ApplyLocalServerActionHandlerTests.* (tests/RemoteAgent.Desktop.UiTests/Handlers/ApplyLocalServerActionHandlerTests.cs), SaveServerRegistrationHandlerTests.* (tests/RemoteAgent.Desktop.UiTests/Handlers/SaveServerRegistrationHandlerTests.cs), SaveMcpServerHandlerTests.* (tests/RemoteAgent.Desktop.UiTests/Handlers/SaveMcpServerHandlerTests.cs), SaveAuthUserHandlerTests.* (tests/RemoteAgent.Desktop.UiTests/Handlers/SaveAuthUserHandlerTests.cs), ConnectionSettingsDialogViewModelTests.* (tests/RemoteAgent.Desktop.UiTests/ViewModels/ConnectionSettingsDialogViewModelTests.cs), TerminateOpenServerSessionHandlerTests.* (tests/RemoteAgent.Desktop.UiTests/Handlers/TerminateOpenServerSessionHandlerTests.cs), RefreshMcpRegistryHandlerTests.* (tests/RemoteAgent.Desktop.UiTests/Handlers/RefreshMcpRegistryHandlerTests.cs), RefreshPromptTemplatesHandlerTests.* (tests/RemoteAgent.Desktop.UiTests/Handlers/RefreshPromptTemplatesHandlerTests.cs), SavePromptTemplateHandlerTests.* (tests/RemoteAgent.Desktop.UiTests/Handlers/SavePromptTemplateHandlerTests.cs), RefreshPluginsHandlerTests.* (tests/RemoteAgent.Desktop.UiTests/Handlers/RefreshPluginsHandlerTests.cs)
TR-18.2 Covered RefreshOpenSessionsHandlerTests.* (tests/RemoteAgent.Desktop.UiTests/Handlers/RefreshOpenSessionsHandlerTests.cs), BanPeerHandlerTests.* (tests/RemoteAgent.Desktop.UiTests/Handlers/BanPeerHandlerTests.cs), DeleteAuthUserHandlerTests.* (tests/RemoteAgent.Desktop.UiTests/Handlers/DeleteAuthUserHandlerTests.cs), ClearAppLogHandlerTests.* (tests/RemoteAgent.Desktop.UiTests/Handlers/ClearAppLogHandlerTests.cs), SendDesktopMessageHandlerTests.* (tests/RemoteAgent.Desktop.UiTests/Handlers/SendDesktopMessageHandlerTests.cs), SaveAppLogHandlerTests.* (tests/RemoteAgent.Desktop.UiTests/Handlers/SaveAppLogHandlerTests.cs), ExpandStatusLogPanelHandlerTests.* (tests/RemoteAgent.Desktop.UiTests/Handlers/ExpandStatusLogPanelHandlerTests.cs), RemoveServerRegistrationHandlerTests.* (tests/RemoteAgent.Desktop.UiTests/Handlers/RemoveServerRegistrationHandlerTests.cs), SetManagementSectionHandlerTests.* (tests/RemoteAgent.Desktop.UiTests/Handlers/SetManagementSectionHandlerTests.cs), TerminateDesktopSessionHandlerTests.* (tests/RemoteAgent.Desktop.UiTests/Handlers/TerminateDesktopSessionHandlerTests.cs), DeleteMcpServerHandlerTests.* (tests/RemoteAgent.Desktop.UiTests/Handlers/DeleteMcpServerHandlerTests.cs), SavePluginsHandlerTests.* (tests/RemoteAgent.Desktop.UiTests/Handlers/SavePluginsHandlerTests.cs), UnbanPeerHandlerTests.* (tests/RemoteAgent.Desktop.UiTests/Handlers/UnbanPeerHandlerTests.cs), RefreshAuthUsersHandlerTests.* (tests/RemoteAgent.Desktop.UiTests/Handlers/RefreshAuthUsersHandlerTests.cs), SeedSessionContextHandlerTests.* (tests/RemoteAgent.Desktop.UiTests/Handlers/SeedSessionContextHandlerTests.cs), DeletePromptTemplateHandlerTests.* (tests/RemoteAgent.Desktop.UiTests/Handlers/DeletePromptTemplateHandlerTests.cs), OpenNewSessionHandlerTests.* (tests/RemoteAgent.Desktop.UiTests/Handlers/OpenNewSessionHandlerTests.cs), StartLogMonitoringHandlerTests.* (tests/RemoteAgent.Desktop.UiTests/Handlers/StartLogMonitoringHandlerTests.cs), RefreshSecurityDataHandlerTests.* (tests/RemoteAgent.Desktop.UiTests/Handlers/RefreshSecurityDataHandlerTests.cs), StructuredLogServiceTests.* (tests/RemoteAgent.Service.Tests/StructuredLogServiceTests.cs), SaveAgentMcpMappingHandlerTests.* (tests/RemoteAgent.Desktop.UiTests/Handlers/SaveAgentMcpMappingHandlerTests.cs), CheckSessionCapacityHandlerTests.* (tests/RemoteAgent.Desktop.UiTests/Handlers/CheckSessionCapacityHandlerTests.cs), ServiceProviderRequestDispatcherTests.* (tests/RemoteAgent.App.Tests/Cqrs/ServiceProviderRequestDispatcherTests.cs), CheckLocalServerHandlerTests.* (tests/RemoteAgent.Desktop.UiTests/Handlers/CheckLocalServerHandlerTests.cs), ApplyLocalServerActionHandlerTests.* (tests/RemoteAgent.Desktop.UiTests/Handlers/ApplyLocalServerActionHandlerTests.cs), SaveServerRegistrationHandlerTests.* (tests/RemoteAgent.Desktop.UiTests/Handlers/SaveServerRegistrationHandlerTests.cs), SaveMcpServerHandlerTests.* (tests/RemoteAgent.Desktop.UiTests/Handlers/SaveMcpServerHandlerTests.cs), SaveAuthUserHandlerTests.* (tests/RemoteAgent.Desktop.UiTests/Handlers/SaveAuthUserHandlerTests.cs), ConnectionSettingsDialogViewModelTests.* (tests/RemoteAgent.Desktop.UiTests/ViewModels/ConnectionSettingsDialogViewModelTests.cs), TerminateOpenServerSessionHandlerTests.* (tests/RemoteAgent.Desktop.UiTests/Handlers/TerminateOpenServerSessionHandlerTests.cs), RefreshMcpRegistryHandlerTests.* (tests/RemoteAgent.Desktop.UiTests/Handlers/RefreshMcpRegistryHandlerTests.cs), RefreshPromptTemplatesHandlerTests.* (tests/RemoteAgent.Desktop.UiTests/Handlers/RefreshPromptTemplatesHandlerTests.cs), SavePromptTemplateHandlerTests.* (tests/RemoteAgent.Desktop.UiTests/Handlers/SavePromptTemplateHandlerTests.cs), RefreshPluginsHandlerTests.* (tests/RemoteAgent.Desktop.UiTests/Handlers/RefreshPluginsHandlerTests.cs)
TR-18.3 Covered RefreshOpenSessionsHandlerTests.* (tests/RemoteAgent.Desktop.UiTests/Handlers/RefreshOpenSessionsHandlerTests.cs), BanPeerHandlerTests.* (tests/RemoteAgent.Desktop.UiTests/Handlers/BanPeerHandlerTests.cs), DeleteAuthUserHandlerTests.* (tests/RemoteAgent.Desktop.UiTests/Handlers/DeleteAuthUserHandlerTests.cs), ClearAppLogHandlerTests.* (tests/RemoteAgent.Desktop.UiTests/Handlers/ClearAppLogHandlerTests.cs), SendDesktopMessageHandlerTests.* (tests/RemoteAgent.Desktop.UiTests/Handlers/SendDesktopMessageHandlerTests.cs), SaveAppLogHandlerTests.* (tests/RemoteAgent.Desktop.UiTests/Handlers/SaveAppLogHandlerTests.cs), ExpandStatusLogPanelHandlerTests.* (tests/RemoteAgent.Desktop.UiTests/Handlers/ExpandStatusLogPanelHandlerTests.cs), RemoveServerRegistrationHandlerTests.* (tests/RemoteAgent.Desktop.UiTests/Handlers/RemoveServerRegistrationHandlerTests.cs), SetManagementSectionHandlerTests.* (tests/RemoteAgent.Desktop.UiTests/Handlers/SetManagementSectionHandlerTests.cs), TerminateDesktopSessionHandlerTests.* (tests/RemoteAgent.Desktop.UiTests/Handlers/TerminateDesktopSessionHandlerTests.cs), DeleteMcpServerHandlerTests.* (tests/RemoteAgent.Desktop.UiTests/Handlers/DeleteMcpServerHandlerTests.cs), SavePluginsHandlerTests.* (tests/RemoteAgent.Desktop.UiTests/Handlers/SavePluginsHandlerTests.cs), UnbanPeerHandlerTests.* (tests/RemoteAgent.Desktop.UiTests/Handlers/UnbanPeerHandlerTests.cs), RefreshAuthUsersHandlerTests.* (tests/RemoteAgent.Desktop.UiTests/Handlers/RefreshAuthUsersHandlerTests.cs), SeedSessionContextHandlerTests.* (tests/RemoteAgent.Desktop.UiTests/Handlers/SeedSessionContextHandlerTests.cs), DeletePromptTemplateHandlerTests.* (tests/RemoteAgent.Desktop.UiTests/Handlers/DeletePromptTemplateHandlerTests.cs), OpenNewSessionHandlerTests.* (tests/RemoteAgent.Desktop.UiTests/Handlers/OpenNewSessionHandlerTests.cs), StartLogMonitoringHandlerTests.* (tests/RemoteAgent.Desktop.UiTests/Handlers/StartLogMonitoringHandlerTests.cs), RefreshSecurityDataHandlerTests.* (tests/RemoteAgent.Desktop.UiTests/Handlers/RefreshSecurityDataHandlerTests.cs), SaveAgentMcpMappingHandlerTests.* (tests/RemoteAgent.Desktop.UiTests/Handlers/SaveAgentMcpMappingHandlerTests.cs), CheckSessionCapacityHandlerTests.* (tests/RemoteAgent.Desktop.UiTests/Handlers/CheckSessionCapacityHandlerTests.cs), ServiceProviderRequestDispatcherTests.* (tests/RemoteAgent.App.Tests/Cqrs/ServiceProviderRequestDispatcherTests.cs), CheckLocalServerHandlerTests.* (tests/RemoteAgent.Desktop.UiTests/Handlers/CheckLocalServerHandlerTests.cs), ApplyLocalServerActionHandlerTests.* (tests/RemoteAgent.Desktop.UiTests/Handlers/ApplyLocalServerActionHandlerTests.cs), SaveServerRegistrationHandlerTests.* (tests/RemoteAgent.Desktop.UiTests/Handlers/SaveServerRegistrationHandlerTests.cs), SaveMcpServerHandlerTests.* (tests/RemoteAgent.Desktop.UiTests/Handlers/SaveMcpServerHandlerTests.cs), SaveAuthUserHandlerTests.* (tests/RemoteAgent.Desktop.UiTests/Handlers/SaveAuthUserHandlerTests.cs), ConnectionSettingsDialogViewModelTests.* (tests/RemoteAgent.Desktop.UiTests/ViewModels/ConnectionSettingsDialogViewModelTests.cs), TerminateOpenServerSessionHandlerTests.* (tests/RemoteAgent.Desktop.UiTests/Handlers/TerminateOpenServerSessionHandlerTests.cs), RefreshMcpRegistryHandlerTests.* (tests/RemoteAgent.Desktop.UiTests/Handlers/RefreshMcpRegistryHandlerTests.cs), RefreshPromptTemplatesHandlerTests.* (tests/RemoteAgent.Desktop.UiTests/Handlers/RefreshPromptTemplatesHandlerTests.cs), SavePromptTemplateHandlerTests.* (tests/RemoteAgent.Desktop.UiTests/Handlers/SavePromptTemplateHandlerTests.cs), RefreshPluginsHandlerTests.* (tests/RemoteAgent.Desktop.UiTests/Handlers/RefreshPluginsHandlerTests.cs)
TR-18.4 Covered RefreshOpenSessionsHandlerTests.* (tests/RemoteAgent.Desktop.UiTests/Handlers/RefreshOpenSessionsHandlerTests.cs), BanPeerHandlerTests.* (tests/RemoteAgent.Desktop.UiTests/Handlers/BanPeerHandlerTests.cs), DeleteAuthUserHandlerTests.* (tests/RemoteAgent.Desktop.UiTests/Handlers/DeleteAuthUserHandlerTests.cs), ClearAppLogHandlerTests.* (tests/RemoteAgent.Desktop.UiTests/Handlers/ClearAppLogHandlerTests.cs), SendDesktopMessageHandlerTests.* (tests/RemoteAgent.Desktop.UiTests/Handlers/SendDesktopMessageHandlerTests.cs), SaveAppLogHandlerTests.* (tests/RemoteAgent.Desktop.UiTests/Handlers/SaveAppLogHandlerTests.cs), ExpandStatusLogPanelHandlerTests.* (tests/RemoteAgent.Desktop.UiTests/Handlers/ExpandStatusLogPanelHandlerTests.cs), RemoveServerRegistrationHandlerTests.* (tests/RemoteAgent.Desktop.UiTests/Handlers/RemoveServerRegistrationHandlerTests.cs), SetManagementSectionHandlerTests.* (tests/RemoteAgent.Desktop.UiTests/Handlers/SetManagementSectionHandlerTests.cs), TerminateDesktopSessionHandlerTests.* (tests/RemoteAgent.Desktop.UiTests/Handlers/TerminateDesktopSessionHandlerTests.cs), DeleteMcpServerHandlerTests.* (tests/RemoteAgent.Desktop.UiTests/Handlers/DeleteMcpServerHandlerTests.cs), SavePluginsHandlerTests.* (tests/RemoteAgent.Desktop.UiTests/Handlers/SavePluginsHandlerTests.cs), UnbanPeerHandlerTests.* (tests/RemoteAgent.Desktop.UiTests/Handlers/UnbanPeerHandlerTests.cs), RefreshAuthUsersHandlerTests.* (tests/RemoteAgent.Desktop.UiTests/Handlers/RefreshAuthUsersHandlerTests.cs), SeedSessionContextHandlerTests.* (tests/RemoteAgent.Desktop.UiTests/Handlers/SeedSessionContextHandlerTests.cs), DeletePromptTemplateHandlerTests.* (tests/RemoteAgent.Desktop.UiTests/Handlers/DeletePromptTemplateHandlerTests.cs), OpenNewSessionHandlerTests.* (tests/RemoteAgent.Desktop.UiTests/Handlers/OpenNewSessionHandlerTests.cs), StartLogMonitoringHandlerTests.* (tests/RemoteAgent.Desktop.UiTests/Handlers/StartLogMonitoringHandlerTests.cs), RefreshSecurityDataHandlerTests.* (tests/RemoteAgent.Desktop.UiTests/Handlers/RefreshSecurityDataHandlerTests.cs), SaveAgentMcpMappingHandlerTests.* (tests/RemoteAgent.Desktop.UiTests/Handlers/SaveAgentMcpMappingHandlerTests.cs), CheckSessionCapacityHandlerTests.* (tests/RemoteAgent.Desktop.UiTests/Handlers/CheckSessionCapacityHandlerTests.cs), CheckLocalServerHandlerTests.* (tests/RemoteAgent.Desktop.UiTests/Handlers/CheckLocalServerHandlerTests.cs), ApplyLocalServerActionHandlerTests.* (tests/RemoteAgent.Desktop.UiTests/Handlers/ApplyLocalServerActionHandlerTests.cs), SaveServerRegistrationHandlerTests.* (tests/RemoteAgent.Desktop.UiTests/Handlers/SaveServerRegistrationHandlerTests.cs), SaveMcpServerHandlerTests.* (tests/RemoteAgent.Desktop.UiTests/Handlers/SaveMcpServerHandlerTests.cs), SaveAuthUserHandlerTests.* (tests/RemoteAgent.Desktop.UiTests/Handlers/SaveAuthUserHandlerTests.cs), ConnectionSettingsDialogViewModelTests.* (tests/RemoteAgent.Desktop.UiTests/ViewModels/ConnectionSettingsDialogViewModelTests.cs), TerminateOpenServerSessionHandlerTests.* (tests/RemoteAgent.Desktop.UiTests/Handlers/TerminateOpenServerSessionHandlerTests.cs), RefreshMcpRegistryHandlerTests.* (tests/RemoteAgent.Desktop.UiTests/Handlers/RefreshMcpRegistryHandlerTests.cs), RefreshPromptTemplatesHandlerTests.* (tests/RemoteAgent.Desktop.UiTests/Handlers/RefreshPromptTemplatesHandlerTests.cs), SavePromptTemplateHandlerTests.* (tests/RemoteAgent.Desktop.UiTests/Handlers/SavePromptTemplateHandlerTests.cs), RefreshPluginsHandlerTests.* (tests/RemoteAgent.Desktop.UiTests/Handlers/RefreshPluginsHandlerTests.cs)
TR-19.1 Partial SetPairingUserHandlerTests.* (tests/RemoteAgent.Desktop.UiTests/Handlers/SetPairingUserHandlerTests.cs)
TR-19.2 None None
TR-19.3 None None
TR-19.4 None None
TR-19.5 None None
TR-19.6 Partial ScanQrCodeHandlerTests.* (tests/RemoteAgent.App.Tests/ScanQrCodeHandlerTests.cs)
TR-19.7 Partial ScanQrCodeHandlerTests.* (tests/RemoteAgent.App.Tests/ScanQrCodeHandlerTests.cs)
TR-19.8 Partial SetPairingUserHandlerTests.* (tests/RemoteAgent.Desktop.UiTests/Handlers/SetPairingUserHandlerTests.cs)
TR-19.9 Partial ScanQrCodeHandlerTests.* (tests/RemoteAgent.App.Tests/ScanQrCodeHandlerTests.cs)
TR-20.1 None None
TR-20.2 None None
TR-21.1 Partial MobileHandlerTests.* (tests/RemoteAgent.App.Tests/MobileHandlerTests.cs)
TR-21.2 None None
TR-21.3 Covered SaveServerRegistrationHandlerTests.* (tests/RemoteAgent.Desktop.UiTests/Handlers/SaveServerRegistrationHandlerTests.cs)
TR-21.4 Partial MobileHandlerTests.* (tests/RemoteAgent.App.Tests/MobileHandlerTests.cs)
TR-21.5 None None
TR-21.6 Covered SaveServerRegistrationHandlerTests.* (tests/RemoteAgent.Desktop.UiTests/Handlers/SaveServerRegistrationHandlerTests.cs)
TR-21.7 None None
TR-22.1 None None
TR-22.2 Covered MobileHandlerTests.* (tests/RemoteAgent.App.Tests/MobileHandlerTests.cs)
TR-22.3 None None
TR-22.4 None None
TR-22.5 Covered MobileHandlerTests.* (tests/RemoteAgent.App.Tests/MobileHandlerTests.cs)