=== 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
@@ -22,6 +22,7 @@ public class SubscriberGroupedTest
/// <see cref="WsSubscriberGrouped"/> instances configured for two distinct patients with shift- and
/// hour-based regularities and last/last-filled result mappings.
/// </summary>
/// <!-- aidoc:v1 sig=dee8bf2 body=c105125 -->
[SetUp]
public void Setup()
{
@@ -108,6 +109,7 @@ public class SubscriberGroupedTest
/// Verifies that the <see cref="ISubscriberGroupedService.GetGrouped"/> method returns the list of grouped subscribers provided by the mocked service.
/// Ensures the service correctly returns the expected collection of <see cref="WsSubscriberGrouped"/> items without modification.
/// </summary>
/// <!-- aidoc:v1 sig=861df1c body=dcd5b93 -->
[Test]
public void GetGroupeds_ReturnsExpectedResult()
{
@@ -129,6 +131,7 @@ public class SubscriberGroupedTest
/// <summary>
/// Verifies the behavior of the <c>Compare</c> extension method by asserting that it returns <c>true</c> when the gender and patient identifiers match the active context, and <c>false</c> when they do not, covering both the primary and secondary contexts.
/// </summary>
/// <!-- aidoc:v1 sig=56cc31f body=8311fa7 -->
[Test]
public void Compare_ExtensionResult()
{
@@ -144,6 +147,7 @@ public class SubscriberGroupedTest
/// <summary>
/// Verifies that a new patient observation is considered relevant for its group when it is the first observation recorded within the current hour.
/// </summary>
/// <!-- aidoc:v1 sig=a709b13 body=23c06ac -->
[Test]
public void Observation_is_rrelevant_because_is_the_first_in_hour()
{
@@ -160,6 +164,7 @@ public class SubscriberGroupedTest
/// <summary>
/// Verifies that a new patient observation is considered relevant for a grouped observation when an observation already exists within the configured hour interval and the grouping uses the Max result.
/// </summary>
/// <!-- aidoc:v1 sig=1d23e43 body=67f556f -->
[Test]
public void Grouped_Observation_Already_Observations_In_Hour_Should_Be_Relevant_By_Max_Result()
{
@@ -212,6 +217,7 @@ public class SubscriberGroupedTest
/// <summary>
/// Verifies that a new observation is considered not relevant for a grouped observation when the grouping rule is set to "Max", the regularity is "Hour", an observation already exists within the same hour, and the new observation's value does not exceed the existing maximum value.
/// </summary>
/// <!-- aidoc:v1 sig=f303af5 body=ff99dd7 -->
[Test]
public void Grouped_Observation_Already_Observations_In_Hour_Should_Be_IRelevant_By_Max_Result()
{