=== 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:
@@ -23,6 +23,7 @@ public class TreatmentArchiveRepositoryTest
|
||||
/// <summary>
|
||||
/// One-time setup method that prepares the integration test environment for the treatment archive repository by creating and inserting two sample patient treatments (one new and one discontinued) into a freshly created archive collection.
|
||||
/// </summary>
|
||||
/// <!-- aidoc:v1 sig=81c0015 body=4a90d78 -->
|
||||
[OneTimeSetUp]
|
||||
public async Task Init()
|
||||
{
|
||||
@@ -82,6 +83,7 @@ public class TreatmentArchiveRepositoryTest
|
||||
/// Tests the <see cref="DeleteBeforeDate"/> repository method to ensure it correctly removes records older than the specified cutoff date,
|
||||
/// leaving only the most recent record. Verifies that when multiple patient records exist, deletion by date retains exactly one record.
|
||||
/// </summary>
|
||||
/// <!-- aidoc:v1 sig=d3a5eeb body=7124e14 -->
|
||||
[Test]
|
||||
public async Task DeleteBeforeDate()
|
||||
{
|
||||
@@ -101,6 +103,7 @@ public class TreatmentArchiveRepositoryTest
|
||||
/// <summary>
|
||||
/// Verifies that the repository successfully retrieves a non-empty collection of records associated with the specified patient.
|
||||
/// </summary>
|
||||
/// <!-- aidoc:v1 sig=8768b4a body=58e5f0b -->
|
||||
[Test]
|
||||
public async Task FindAllFromPatient()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user