=== 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
@@ -17,6 +17,7 @@ namespace adas_core.Test.Services;
/// <summary>
/// Contains unit tests for verifying the behavior and functionality of the <see cref="AlarmService"/> class.
/// </summary>
/// <!-- aidoc:v1 sig=c43823a -->
public class AlarmServiceTest
{
private readonly Mock<IAlarmRepository> _alarmRepositoryMock;
@@ -121,6 +122,7 @@ public class AlarmServiceTest
/// <summary>
/// Verifies that when an ORU_R40 type request is processed without any alarms, the patient is located but the observation is not persisted.
/// </summary>
/// <!-- aidoc:v1 sig=a5366da body=1b7e9c5 -->
[Test]
public async Task SaveRequest_Oru_R40_Type_Without_Alarms_Dont_Insert()
{
@@ -151,6 +153,7 @@ public class AlarmServiceTest
/// <summary>
/// Verifies that <see cref="AlarmService.ProcessAlarmObservations"/> inserts the provided alarm observations into the alarm repository.
/// </summary>
/// <!-- aidoc:v1 sig=055d260 body=8ccc248 -->
[Test]
public async Task ProcessAlarmObservations_Should_Insert_Alarm_Observations()
{
@@ -183,6 +186,7 @@ public class AlarmServiceTest
/// (coding system "ADAS_EVENT", description "EVT_LO and EVT_EXTR_LO"), the alarm service does not insert a new observation,
/// as indicated by the verification that <c>InsertObservation</c> is never invoked.
/// </summary>
/// <!-- aidoc:v1 sig=108393a body=30d7b84 -->
[Test]
public async Task CheckObservationAlarm_Alarm_EventPEEP_PEEP_bajo_create_Event()
{
@@ -211,6 +215,7 @@ public class AlarmServiceTest
/// observation with the original value preserved (e.g., "PEEP High") while the alarm
/// configuration handles the red beacon signaling.
/// </summary>
/// <!-- aidoc:v1 sig=eb5bfdd body=09dd5c4 -->
[Test]
public async Task CheckObservationAlarm_Should_Launch_Red_Alarm_And_Set_BeaconColor_Red()
{