=== 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 ConfigPumpsRepositoryTest
/// <summary>
/// Initializes the integration test environment by recreating the config_pumps collection and inserting a single configuration pump containing two empty items for use by subsequent tests.
/// </summary>
/// <!-- aidoc:v1 sig=81c0015 body=6340da1 -->
[OneTimeSetUp]
public async Task Init()
{
@@ -56,6 +57,7 @@ public class ConfigPumpsRepositoryTest
/// <summary>
/// Verifies that <see cref="ConfigPumpsRepository.FindById"/> returns a non-null result when searching by the identifier "PV1".
/// </summary>
/// <!-- aidoc:v1 sig=670411f body=fce7952 -->
[Test]
public async Task FindById_Find_id_Return_List()
{
@@ -67,6 +69,7 @@ public class ConfigPumpsRepositoryTest
/// <summary>
/// Verifies that the repository's FindById method returns null when no entity is found for the specified identifier.
/// </summary>
/// <!-- aidoc:v1 sig=97e50f0 body=5c74259 -->
[Test]
public async Task FindAsync_not_Find_id_Return_Empty_List()
{
@@ -78,6 +81,7 @@ public class ConfigPumpsRepositoryTest
/// <summary>
/// Tests that inserting a new pump configuration with two items increases the total configuration count to two, that the inserted configuration can be retrieved by its identifier, and that the inserted configuration can be successfully deleted.
/// </summary>
/// <!-- aidoc:v1 sig=31a6d19 body=72a4a2d -->
[Test]
public async Task Insert_PumpConfig_returns2()
{