Documentation modifications
This commit is contained in:
@@ -13,6 +13,13 @@ using Options = Microsoft.Extensions.Options.Options;
|
||||
|
||||
namespace adas_core.Test.Customizations.HPAZ;
|
||||
|
||||
/// <summary>
|
||||
/// Provides a NUnit test fixture that hosts unit tests verifying the behavior of calculated observations.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// The class is marked with the <see cref="TestFixtureAttribute"/> attribute to group test methods that validate calculated observation logic.
|
||||
/// </remarks>
|
||||
/// <!-- aidoc:v1 sig=ce3e368 -->
|
||||
[TestFixture]
|
||||
public class CalculatedObservationsTest
|
||||
{
|
||||
@@ -832,6 +839,10 @@ public class CalculatedObservationsTest
|
||||
}
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// Verifies that mapping a <see cref="PumpObservation"/> with a null drug name and <see cref="PumpEnum.AlarmType.Occlusion"/> results in an inserted position name formatted as "Rack 1 Bomba 2".
|
||||
/// </summary>
|
||||
/// <!-- aidoc:v1 sig=23bca88 body=2889a88 -->
|
||||
[Test]
|
||||
public async Task Map_PumpObservation_DrugName_Null_AlarmType_Occlusion_Return_Insert_Pump_Insert_PositionName()
|
||||
{
|
||||
@@ -882,6 +893,10 @@ public class CalculatedObservationsTest
|
||||
arg.Value.ToString() == "Rack 1 Bomba 2"), true, true));
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Verifies that mapping a <see cref="PumpObservation"/> with a null drug name, <see cref="PumpEnum.AlarmType.Occlusion"/> alarm, and <see cref="PumpObservation.IsAux"/> set to true produces an insertion of the main pump observation and an auxiliary observation with a position name formatted as "Rack Aux {GatewayNumber} Bomba {Number}".
|
||||
/// </summary>
|
||||
/// <!-- aidoc:v1 sig=6ae491c body=5178203 -->
|
||||
[Test]
|
||||
public async Task
|
||||
Map_PumpObservation_DrugName_Null_AlarmType_Occlusion_Return_Insert_Pump_Insert_Aux_PositionName()
|
||||
|
||||
Reference in New Issue
Block a user