From f17d6c6bfbfd4d666fe7b9a707c5ffba4da7bd16 Mon Sep 17 00:00:00 2001 From: Joseph Doherty Date: Sat, 28 Feb 2026 06:56:52 -0500 Subject: [PATCH] Rename 29 ImplBacklog test files from .Impltests.cs to .cs to match PortTracker class names --- .../ImplBacklog/{AccountTests.Impltests.cs => AccountTests.cs} | 0 .../{AuthCalloutTests.Impltests.cs => AuthCalloutTests.cs} | 0 .../{AuthHandlerTests.Impltests.cs => AuthHandlerTests.cs} | 0 ...eWindowsTests.Impltests.cs => CertificateStoreWindowsTests.cs} | 0 .../{ConcurrencyTests1.Impltests.cs => ConcurrencyTests1.cs} | 0 .../{ConcurrencyTests2.Impltests.cs => ConcurrencyTests2.cs} | 0 .../{ConfigReloaderTests.Impltests.cs => ConfigReloaderTests.cs} | 0 .../{EventsHandlerTests.Impltests.cs => EventsHandlerTests.cs} | 0 .../{GatewayHandlerTests.Impltests.cs => GatewayHandlerTests.cs} | 0 ...StreamBatchingTests.Impltests.cs => JetStreamBatchingTests.cs} | 0 ...StreamClusterTests2.Impltests.cs => JetStreamClusterTests2.cs} | 0 ...{JetStreamEngineTests.Impltests.cs => JetStreamEngineTests.cs} | 0 ...reamFileStoreTests.Impltests.cs => JetStreamFileStoreTests.cs} | 0 .../{JetStreamJwtTests.Impltests.cs => JetStreamJwtTests.cs} | 0 ...StreamLeafNodeTests.Impltests.cs => JetStreamLeafNodeTests.cs} | 0 .../{JetStreamTpmTests.Impltests.cs => JetStreamTpmTests.cs} | 0 ...amVersioningTests.Impltests.cs => JetStreamVersioningTests.cs} | 0 .../{JwtProcessorTests.Impltests.cs => JwtProcessorTests.cs} | 0 ...{LeafNodeHandlerTests.Impltests.cs => LeafNodeHandlerTests.cs} | 0 .../{MessageTracerTests.Impltests.cs => MessageTracerTests.cs} | 0 ...itoringHandlerTests.Impltests.cs => MonitoringHandlerTests.cs} | 0 .../{MqttExternalTests.Impltests.cs => MqttExternalTests.cs} | 0 .../{MqttHandlerTests.Impltests.cs => MqttHandlerTests.cs} | 0 .../{NatsConsumerTests.Impltests.cs => NatsConsumerTests.cs} | 0 .../{NatsServerTests.Impltests.cs => NatsServerTests.cs} | 0 .../{RouteHandlerTests.Impltests.cs => RouteHandlerTests.cs} | 0 .../{ServerOptionsTests.Impltests.cs => ServerOptionsTests.cs} | 0 .../{StorageEngineTests.Impltests.cs => StorageEngineTests.cs} | 0 ...ebSocketHandlerTests.Impltests.cs => WebSocketHandlerTests.cs} | 0 29 files changed, 0 insertions(+), 0 deletions(-) rename dotnet/tests/ZB.MOM.NatsNet.Server.Tests/ImplBacklog/{AccountTests.Impltests.cs => AccountTests.cs} (100%) rename dotnet/tests/ZB.MOM.NatsNet.Server.Tests/ImplBacklog/{AuthCalloutTests.Impltests.cs => AuthCalloutTests.cs} (100%) rename dotnet/tests/ZB.MOM.NatsNet.Server.Tests/ImplBacklog/{AuthHandlerTests.Impltests.cs => AuthHandlerTests.cs} (100%) rename dotnet/tests/ZB.MOM.NatsNet.Server.Tests/ImplBacklog/{CertificateStoreWindowsTests.Impltests.cs => CertificateStoreWindowsTests.cs} (100%) rename dotnet/tests/ZB.MOM.NatsNet.Server.Tests/ImplBacklog/{ConcurrencyTests1.Impltests.cs => ConcurrencyTests1.cs} (100%) rename dotnet/tests/ZB.MOM.NatsNet.Server.Tests/ImplBacklog/{ConcurrencyTests2.Impltests.cs => ConcurrencyTests2.cs} (100%) rename dotnet/tests/ZB.MOM.NatsNet.Server.Tests/ImplBacklog/{ConfigReloaderTests.Impltests.cs => ConfigReloaderTests.cs} (100%) rename dotnet/tests/ZB.MOM.NatsNet.Server.Tests/ImplBacklog/{EventsHandlerTests.Impltests.cs => EventsHandlerTests.cs} (100%) rename dotnet/tests/ZB.MOM.NatsNet.Server.Tests/ImplBacklog/{GatewayHandlerTests.Impltests.cs => GatewayHandlerTests.cs} (100%) rename dotnet/tests/ZB.MOM.NatsNet.Server.Tests/ImplBacklog/{JetStreamBatchingTests.Impltests.cs => JetStreamBatchingTests.cs} (100%) rename dotnet/tests/ZB.MOM.NatsNet.Server.Tests/ImplBacklog/{JetStreamClusterTests2.Impltests.cs => JetStreamClusterTests2.cs} (100%) rename dotnet/tests/ZB.MOM.NatsNet.Server.Tests/ImplBacklog/{JetStreamEngineTests.Impltests.cs => JetStreamEngineTests.cs} (100%) rename dotnet/tests/ZB.MOM.NatsNet.Server.Tests/ImplBacklog/{JetStreamFileStoreTests.Impltests.cs => JetStreamFileStoreTests.cs} (100%) rename dotnet/tests/ZB.MOM.NatsNet.Server.Tests/ImplBacklog/{JetStreamJwtTests.Impltests.cs => JetStreamJwtTests.cs} (100%) rename dotnet/tests/ZB.MOM.NatsNet.Server.Tests/ImplBacklog/{JetStreamLeafNodeTests.Impltests.cs => JetStreamLeafNodeTests.cs} (100%) rename dotnet/tests/ZB.MOM.NatsNet.Server.Tests/ImplBacklog/{JetStreamTpmTests.Impltests.cs => JetStreamTpmTests.cs} (100%) rename dotnet/tests/ZB.MOM.NatsNet.Server.Tests/ImplBacklog/{JetStreamVersioningTests.Impltests.cs => JetStreamVersioningTests.cs} (100%) rename dotnet/tests/ZB.MOM.NatsNet.Server.Tests/ImplBacklog/{JwtProcessorTests.Impltests.cs => JwtProcessorTests.cs} (100%) rename dotnet/tests/ZB.MOM.NatsNet.Server.Tests/ImplBacklog/{LeafNodeHandlerTests.Impltests.cs => LeafNodeHandlerTests.cs} (100%) rename dotnet/tests/ZB.MOM.NatsNet.Server.Tests/ImplBacklog/{MessageTracerTests.Impltests.cs => MessageTracerTests.cs} (100%) rename dotnet/tests/ZB.MOM.NatsNet.Server.Tests/ImplBacklog/{MonitoringHandlerTests.Impltests.cs => MonitoringHandlerTests.cs} (100%) rename dotnet/tests/ZB.MOM.NatsNet.Server.Tests/ImplBacklog/{MqttExternalTests.Impltests.cs => MqttExternalTests.cs} (100%) rename dotnet/tests/ZB.MOM.NatsNet.Server.Tests/ImplBacklog/{MqttHandlerTests.Impltests.cs => MqttHandlerTests.cs} (100%) rename dotnet/tests/ZB.MOM.NatsNet.Server.Tests/ImplBacklog/{NatsConsumerTests.Impltests.cs => NatsConsumerTests.cs} (100%) rename dotnet/tests/ZB.MOM.NatsNet.Server.Tests/ImplBacklog/{NatsServerTests.Impltests.cs => NatsServerTests.cs} (100%) rename dotnet/tests/ZB.MOM.NatsNet.Server.Tests/ImplBacklog/{RouteHandlerTests.Impltests.cs => RouteHandlerTests.cs} (100%) rename dotnet/tests/ZB.MOM.NatsNet.Server.Tests/ImplBacklog/{ServerOptionsTests.Impltests.cs => ServerOptionsTests.cs} (100%) rename dotnet/tests/ZB.MOM.NatsNet.Server.Tests/ImplBacklog/{StorageEngineTests.Impltests.cs => StorageEngineTests.cs} (100%) rename dotnet/tests/ZB.MOM.NatsNet.Server.Tests/ImplBacklog/{WebSocketHandlerTests.Impltests.cs => WebSocketHandlerTests.cs} (100%) diff --git a/dotnet/tests/ZB.MOM.NatsNet.Server.Tests/ImplBacklog/AccountTests.Impltests.cs b/dotnet/tests/ZB.MOM.NatsNet.Server.Tests/ImplBacklog/AccountTests.cs similarity index 100% rename from dotnet/tests/ZB.MOM.NatsNet.Server.Tests/ImplBacklog/AccountTests.Impltests.cs rename to dotnet/tests/ZB.MOM.NatsNet.Server.Tests/ImplBacklog/AccountTests.cs diff --git a/dotnet/tests/ZB.MOM.NatsNet.Server.Tests/ImplBacklog/AuthCalloutTests.Impltests.cs b/dotnet/tests/ZB.MOM.NatsNet.Server.Tests/ImplBacklog/AuthCalloutTests.cs similarity index 100% rename from dotnet/tests/ZB.MOM.NatsNet.Server.Tests/ImplBacklog/AuthCalloutTests.Impltests.cs rename to dotnet/tests/ZB.MOM.NatsNet.Server.Tests/ImplBacklog/AuthCalloutTests.cs diff --git a/dotnet/tests/ZB.MOM.NatsNet.Server.Tests/ImplBacklog/AuthHandlerTests.Impltests.cs b/dotnet/tests/ZB.MOM.NatsNet.Server.Tests/ImplBacklog/AuthHandlerTests.cs similarity index 100% rename from dotnet/tests/ZB.MOM.NatsNet.Server.Tests/ImplBacklog/AuthHandlerTests.Impltests.cs rename to dotnet/tests/ZB.MOM.NatsNet.Server.Tests/ImplBacklog/AuthHandlerTests.cs diff --git a/dotnet/tests/ZB.MOM.NatsNet.Server.Tests/ImplBacklog/CertificateStoreWindowsTests.Impltests.cs b/dotnet/tests/ZB.MOM.NatsNet.Server.Tests/ImplBacklog/CertificateStoreWindowsTests.cs similarity index 100% rename from dotnet/tests/ZB.MOM.NatsNet.Server.Tests/ImplBacklog/CertificateStoreWindowsTests.Impltests.cs rename to dotnet/tests/ZB.MOM.NatsNet.Server.Tests/ImplBacklog/CertificateStoreWindowsTests.cs diff --git a/dotnet/tests/ZB.MOM.NatsNet.Server.Tests/ImplBacklog/ConcurrencyTests1.Impltests.cs b/dotnet/tests/ZB.MOM.NatsNet.Server.Tests/ImplBacklog/ConcurrencyTests1.cs similarity index 100% rename from dotnet/tests/ZB.MOM.NatsNet.Server.Tests/ImplBacklog/ConcurrencyTests1.Impltests.cs rename to dotnet/tests/ZB.MOM.NatsNet.Server.Tests/ImplBacklog/ConcurrencyTests1.cs diff --git a/dotnet/tests/ZB.MOM.NatsNet.Server.Tests/ImplBacklog/ConcurrencyTests2.Impltests.cs b/dotnet/tests/ZB.MOM.NatsNet.Server.Tests/ImplBacklog/ConcurrencyTests2.cs similarity index 100% rename from dotnet/tests/ZB.MOM.NatsNet.Server.Tests/ImplBacklog/ConcurrencyTests2.Impltests.cs rename to dotnet/tests/ZB.MOM.NatsNet.Server.Tests/ImplBacklog/ConcurrencyTests2.cs diff --git a/dotnet/tests/ZB.MOM.NatsNet.Server.Tests/ImplBacklog/ConfigReloaderTests.Impltests.cs b/dotnet/tests/ZB.MOM.NatsNet.Server.Tests/ImplBacklog/ConfigReloaderTests.cs similarity index 100% rename from dotnet/tests/ZB.MOM.NatsNet.Server.Tests/ImplBacklog/ConfigReloaderTests.Impltests.cs rename to dotnet/tests/ZB.MOM.NatsNet.Server.Tests/ImplBacklog/ConfigReloaderTests.cs diff --git a/dotnet/tests/ZB.MOM.NatsNet.Server.Tests/ImplBacklog/EventsHandlerTests.Impltests.cs b/dotnet/tests/ZB.MOM.NatsNet.Server.Tests/ImplBacklog/EventsHandlerTests.cs similarity index 100% rename from dotnet/tests/ZB.MOM.NatsNet.Server.Tests/ImplBacklog/EventsHandlerTests.Impltests.cs rename to dotnet/tests/ZB.MOM.NatsNet.Server.Tests/ImplBacklog/EventsHandlerTests.cs diff --git a/dotnet/tests/ZB.MOM.NatsNet.Server.Tests/ImplBacklog/GatewayHandlerTests.Impltests.cs b/dotnet/tests/ZB.MOM.NatsNet.Server.Tests/ImplBacklog/GatewayHandlerTests.cs similarity index 100% rename from dotnet/tests/ZB.MOM.NatsNet.Server.Tests/ImplBacklog/GatewayHandlerTests.Impltests.cs rename to dotnet/tests/ZB.MOM.NatsNet.Server.Tests/ImplBacklog/GatewayHandlerTests.cs diff --git a/dotnet/tests/ZB.MOM.NatsNet.Server.Tests/ImplBacklog/JetStreamBatchingTests.Impltests.cs b/dotnet/tests/ZB.MOM.NatsNet.Server.Tests/ImplBacklog/JetStreamBatchingTests.cs similarity index 100% rename from dotnet/tests/ZB.MOM.NatsNet.Server.Tests/ImplBacklog/JetStreamBatchingTests.Impltests.cs rename to dotnet/tests/ZB.MOM.NatsNet.Server.Tests/ImplBacklog/JetStreamBatchingTests.cs diff --git a/dotnet/tests/ZB.MOM.NatsNet.Server.Tests/ImplBacklog/JetStreamClusterTests2.Impltests.cs b/dotnet/tests/ZB.MOM.NatsNet.Server.Tests/ImplBacklog/JetStreamClusterTests2.cs similarity index 100% rename from dotnet/tests/ZB.MOM.NatsNet.Server.Tests/ImplBacklog/JetStreamClusterTests2.Impltests.cs rename to dotnet/tests/ZB.MOM.NatsNet.Server.Tests/ImplBacklog/JetStreamClusterTests2.cs diff --git a/dotnet/tests/ZB.MOM.NatsNet.Server.Tests/ImplBacklog/JetStreamEngineTests.Impltests.cs b/dotnet/tests/ZB.MOM.NatsNet.Server.Tests/ImplBacklog/JetStreamEngineTests.cs similarity index 100% rename from dotnet/tests/ZB.MOM.NatsNet.Server.Tests/ImplBacklog/JetStreamEngineTests.Impltests.cs rename to dotnet/tests/ZB.MOM.NatsNet.Server.Tests/ImplBacklog/JetStreamEngineTests.cs diff --git a/dotnet/tests/ZB.MOM.NatsNet.Server.Tests/ImplBacklog/JetStreamFileStoreTests.Impltests.cs b/dotnet/tests/ZB.MOM.NatsNet.Server.Tests/ImplBacklog/JetStreamFileStoreTests.cs similarity index 100% rename from dotnet/tests/ZB.MOM.NatsNet.Server.Tests/ImplBacklog/JetStreamFileStoreTests.Impltests.cs rename to dotnet/tests/ZB.MOM.NatsNet.Server.Tests/ImplBacklog/JetStreamFileStoreTests.cs diff --git a/dotnet/tests/ZB.MOM.NatsNet.Server.Tests/ImplBacklog/JetStreamJwtTests.Impltests.cs b/dotnet/tests/ZB.MOM.NatsNet.Server.Tests/ImplBacklog/JetStreamJwtTests.cs similarity index 100% rename from dotnet/tests/ZB.MOM.NatsNet.Server.Tests/ImplBacklog/JetStreamJwtTests.Impltests.cs rename to dotnet/tests/ZB.MOM.NatsNet.Server.Tests/ImplBacklog/JetStreamJwtTests.cs diff --git a/dotnet/tests/ZB.MOM.NatsNet.Server.Tests/ImplBacklog/JetStreamLeafNodeTests.Impltests.cs b/dotnet/tests/ZB.MOM.NatsNet.Server.Tests/ImplBacklog/JetStreamLeafNodeTests.cs similarity index 100% rename from dotnet/tests/ZB.MOM.NatsNet.Server.Tests/ImplBacklog/JetStreamLeafNodeTests.Impltests.cs rename to dotnet/tests/ZB.MOM.NatsNet.Server.Tests/ImplBacklog/JetStreamLeafNodeTests.cs diff --git a/dotnet/tests/ZB.MOM.NatsNet.Server.Tests/ImplBacklog/JetStreamTpmTests.Impltests.cs b/dotnet/tests/ZB.MOM.NatsNet.Server.Tests/ImplBacklog/JetStreamTpmTests.cs similarity index 100% rename from dotnet/tests/ZB.MOM.NatsNet.Server.Tests/ImplBacklog/JetStreamTpmTests.Impltests.cs rename to dotnet/tests/ZB.MOM.NatsNet.Server.Tests/ImplBacklog/JetStreamTpmTests.cs diff --git a/dotnet/tests/ZB.MOM.NatsNet.Server.Tests/ImplBacklog/JetStreamVersioningTests.Impltests.cs b/dotnet/tests/ZB.MOM.NatsNet.Server.Tests/ImplBacklog/JetStreamVersioningTests.cs similarity index 100% rename from dotnet/tests/ZB.MOM.NatsNet.Server.Tests/ImplBacklog/JetStreamVersioningTests.Impltests.cs rename to dotnet/tests/ZB.MOM.NatsNet.Server.Tests/ImplBacklog/JetStreamVersioningTests.cs diff --git a/dotnet/tests/ZB.MOM.NatsNet.Server.Tests/ImplBacklog/JwtProcessorTests.Impltests.cs b/dotnet/tests/ZB.MOM.NatsNet.Server.Tests/ImplBacklog/JwtProcessorTests.cs similarity index 100% rename from dotnet/tests/ZB.MOM.NatsNet.Server.Tests/ImplBacklog/JwtProcessorTests.Impltests.cs rename to dotnet/tests/ZB.MOM.NatsNet.Server.Tests/ImplBacklog/JwtProcessorTests.cs diff --git a/dotnet/tests/ZB.MOM.NatsNet.Server.Tests/ImplBacklog/LeafNodeHandlerTests.Impltests.cs b/dotnet/tests/ZB.MOM.NatsNet.Server.Tests/ImplBacklog/LeafNodeHandlerTests.cs similarity index 100% rename from dotnet/tests/ZB.MOM.NatsNet.Server.Tests/ImplBacklog/LeafNodeHandlerTests.Impltests.cs rename to dotnet/tests/ZB.MOM.NatsNet.Server.Tests/ImplBacklog/LeafNodeHandlerTests.cs diff --git a/dotnet/tests/ZB.MOM.NatsNet.Server.Tests/ImplBacklog/MessageTracerTests.Impltests.cs b/dotnet/tests/ZB.MOM.NatsNet.Server.Tests/ImplBacklog/MessageTracerTests.cs similarity index 100% rename from dotnet/tests/ZB.MOM.NatsNet.Server.Tests/ImplBacklog/MessageTracerTests.Impltests.cs rename to dotnet/tests/ZB.MOM.NatsNet.Server.Tests/ImplBacklog/MessageTracerTests.cs diff --git a/dotnet/tests/ZB.MOM.NatsNet.Server.Tests/ImplBacklog/MonitoringHandlerTests.Impltests.cs b/dotnet/tests/ZB.MOM.NatsNet.Server.Tests/ImplBacklog/MonitoringHandlerTests.cs similarity index 100% rename from dotnet/tests/ZB.MOM.NatsNet.Server.Tests/ImplBacklog/MonitoringHandlerTests.Impltests.cs rename to dotnet/tests/ZB.MOM.NatsNet.Server.Tests/ImplBacklog/MonitoringHandlerTests.cs diff --git a/dotnet/tests/ZB.MOM.NatsNet.Server.Tests/ImplBacklog/MqttExternalTests.Impltests.cs b/dotnet/tests/ZB.MOM.NatsNet.Server.Tests/ImplBacklog/MqttExternalTests.cs similarity index 100% rename from dotnet/tests/ZB.MOM.NatsNet.Server.Tests/ImplBacklog/MqttExternalTests.Impltests.cs rename to dotnet/tests/ZB.MOM.NatsNet.Server.Tests/ImplBacklog/MqttExternalTests.cs diff --git a/dotnet/tests/ZB.MOM.NatsNet.Server.Tests/ImplBacklog/MqttHandlerTests.Impltests.cs b/dotnet/tests/ZB.MOM.NatsNet.Server.Tests/ImplBacklog/MqttHandlerTests.cs similarity index 100% rename from dotnet/tests/ZB.MOM.NatsNet.Server.Tests/ImplBacklog/MqttHandlerTests.Impltests.cs rename to dotnet/tests/ZB.MOM.NatsNet.Server.Tests/ImplBacklog/MqttHandlerTests.cs diff --git a/dotnet/tests/ZB.MOM.NatsNet.Server.Tests/ImplBacklog/NatsConsumerTests.Impltests.cs b/dotnet/tests/ZB.MOM.NatsNet.Server.Tests/ImplBacklog/NatsConsumerTests.cs similarity index 100% rename from dotnet/tests/ZB.MOM.NatsNet.Server.Tests/ImplBacklog/NatsConsumerTests.Impltests.cs rename to dotnet/tests/ZB.MOM.NatsNet.Server.Tests/ImplBacklog/NatsConsumerTests.cs diff --git a/dotnet/tests/ZB.MOM.NatsNet.Server.Tests/ImplBacklog/NatsServerTests.Impltests.cs b/dotnet/tests/ZB.MOM.NatsNet.Server.Tests/ImplBacklog/NatsServerTests.cs similarity index 100% rename from dotnet/tests/ZB.MOM.NatsNet.Server.Tests/ImplBacklog/NatsServerTests.Impltests.cs rename to dotnet/tests/ZB.MOM.NatsNet.Server.Tests/ImplBacklog/NatsServerTests.cs diff --git a/dotnet/tests/ZB.MOM.NatsNet.Server.Tests/ImplBacklog/RouteHandlerTests.Impltests.cs b/dotnet/tests/ZB.MOM.NatsNet.Server.Tests/ImplBacklog/RouteHandlerTests.cs similarity index 100% rename from dotnet/tests/ZB.MOM.NatsNet.Server.Tests/ImplBacklog/RouteHandlerTests.Impltests.cs rename to dotnet/tests/ZB.MOM.NatsNet.Server.Tests/ImplBacklog/RouteHandlerTests.cs diff --git a/dotnet/tests/ZB.MOM.NatsNet.Server.Tests/ImplBacklog/ServerOptionsTests.Impltests.cs b/dotnet/tests/ZB.MOM.NatsNet.Server.Tests/ImplBacklog/ServerOptionsTests.cs similarity index 100% rename from dotnet/tests/ZB.MOM.NatsNet.Server.Tests/ImplBacklog/ServerOptionsTests.Impltests.cs rename to dotnet/tests/ZB.MOM.NatsNet.Server.Tests/ImplBacklog/ServerOptionsTests.cs diff --git a/dotnet/tests/ZB.MOM.NatsNet.Server.Tests/ImplBacklog/StorageEngineTests.Impltests.cs b/dotnet/tests/ZB.MOM.NatsNet.Server.Tests/ImplBacklog/StorageEngineTests.cs similarity index 100% rename from dotnet/tests/ZB.MOM.NatsNet.Server.Tests/ImplBacklog/StorageEngineTests.Impltests.cs rename to dotnet/tests/ZB.MOM.NatsNet.Server.Tests/ImplBacklog/StorageEngineTests.cs diff --git a/dotnet/tests/ZB.MOM.NatsNet.Server.Tests/ImplBacklog/WebSocketHandlerTests.Impltests.cs b/dotnet/tests/ZB.MOM.NatsNet.Server.Tests/ImplBacklog/WebSocketHandlerTests.cs similarity index 100% rename from dotnet/tests/ZB.MOM.NatsNet.Server.Tests/ImplBacklog/WebSocketHandlerTests.Impltests.cs rename to dotnet/tests/ZB.MOM.NatsNet.Server.Tests/ImplBacklog/WebSocketHandlerTests.cs