=== 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 ServiceConfigRepositoryTest
/// <summary>
/// Performs one-time initialization for integration tests by creating a <see cref="ServiceConfig"/> entry in the test database and preparing the repository used by the test fixture.
/// </summary>
/// <!-- aidoc:v1 sig=81c0015 body=0b44aa1 -->
[OneTimeSetUp]
public async Task Init()
{
@@ -57,6 +58,7 @@ public class ServiceConfigRepositoryTest
/// Verifies that <see cref="_repository"/>.FindById returns a non-null entity when queried by its string identifier,
/// and that the returned entity's <c>StrId</c> matches the supplied id.
/// </summary>
/// <!-- aidoc:v1 sig=a6c49cf body=afa730e -->
[Test]
public async Task FindById_Find_string()
{
@@ -70,6 +72,7 @@ public class ServiceConfigRepositoryTest
/// Verifies that the repository's FindById method successfully retrieves an object by its identifier,
/// returning a non-null result whose Id matches the requested identifier.
/// </summary>
/// <!-- aidoc:v1 sig=eb5b627 body=fbdee32 -->
[Test]
public async Task FindById_Find_ObjectId()
{