=== Summary: 675 files | 7 generated | 484 fresh | 4605 untracked | 4268 adopted | 355 marked | 466 validated-ok | 2+0 stale (sig+body) | 0 skipped | 0 failed | elapsed 11:08:11.442 (40091.44s) ===

This commit is contained in:
julian
2026-06-28 02:50:05 -07:00
parent a19fb90902
commit 586f02a2ca
654 changed files with 5260 additions and 0 deletions
@@ -21,6 +21,7 @@ public class PublisherServiceTest
/// <summary>
/// Initializes the test environment for <see cref="PublisherService"/> by configuring RabbitMQ settings, creating a mocked logger, and instantiating the service under test.
/// </summary>
/// <!-- aidoc:v1 sig=dee8bf2 body=b5bc3e1 -->
[SetUp]
public void Setup()
{
@@ -50,6 +51,7 @@ public class PublisherServiceTest
/// <summary>
/// Verifies that the publisher service's SendMessage method returns a non-null result when sending a message to the observations queue.
/// </summary>
/// <!-- aidoc:v1 sig=ec11b0e body=15bae5a -->
[Test]
public void SendMessage_Return_true()
{
@@ -63,6 +65,7 @@ public class PublisherServiceTest
/// <summary>
/// Verifies that <c>SendMessageError</c> returns a non-null result when publishing a new <see cref="Message{Error}"/> to the observations queue.
/// </summary>
/// <!-- aidoc:v1 sig=565955d body=04f3cbb -->
[Test]
public void SendMessage_Error_Return_true()
{