=== 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
@@ -27,6 +27,7 @@ public class ConfigPumpsServiceTest
/// <summary>
/// Initializes the test environment by creating mock dependencies and instantiating the <see cref="ConfigPumpsService"/> under test.
/// </summary>
/// <!-- aidoc:v1 sig=dee8bf2 body=4e72b76 -->
[SetUp]
public void Setup()
{
@@ -72,6 +73,7 @@ public class ConfigPumpsServiceTest
/// <summary>
/// Verifies that the <see cref="ConfigPumpsService.Map"/> method returns the same <see cref="PumpObservation"/> instance unchanged when the <c>ConfigPumpsRequired</c> option is set to <c>false</c>, bypassing any pump configuration lookup or transformation.
/// </summary>
/// <!-- aidoc:v1 sig=1d5bff3 body=48fe32c -->
[Test]
public async Task Map_configPumpsRequired_false_Return_same_pump()
{
@@ -100,6 +102,7 @@ public class ConfigPumpsServiceTest
/// Verifies that when pump configuration is required and the pump has no alarm type,
/// the <c>Map</c> method returns the same pump instance unchanged.
/// </summary>
/// <!-- aidoc:v1 sig=3192070 body=bd61ede -->
[Test]
public async Task Map_not_alarmType_Return_same_pump()
{
@@ -120,6 +123,7 @@ public class ConfigPumpsServiceTest
/// <summary>
/// Verifies that the <see cref="ConfigPumpsService.Map"/> method returns the original <see cref="PumpObservation"/> unchanged when the configuration pump item is empty, ensuring that no <c>UiConfiguration</c> is assigned in that case.
/// </summary>
/// <!-- aidoc:v1 sig=8a185e9 body=db91573 -->
[Test]
public async Task Map_Not_uiConfiguration_Return_same_pump()
{
@@ -156,6 +160,7 @@ public class ConfigPumpsServiceTest
/// alarm type, ensuring the resulting UI configuration contains the expected label
/// entries such as the "screenAlarmLabel" mapped to the alarm type.
/// </summary>
/// <!-- aidoc:v1 sig=585a146 body=115a9b0 -->
[Test]
public async Task Map_uiConfiguration_Return_pump_uiConfiguration()
{