Documentation modifications

This commit is contained in:
julian
2026-06-27 15:23:26 -07:00
parent a633fe6c06
commit a19fb90902
218 changed files with 2882 additions and 0 deletions
@@ -7,6 +7,13 @@ using Options = Microsoft.Extensions.Options.Options;
namespace adas_core.Test.Repositories;
/// <summary>
/// Integration test fixture that verifies the behavior of the ConfigPumpsRepository against real or external dependencies.
/// </summary>
/// <remarks>
/// Tagged with the Integration category so these tests can be selected or excluded independently of unit tests.
/// </remarks>
/// <!-- aidoc:v1 sig=245a994 -->
[TestFixture]
[Category("Integration")]
public class ConfigPumpsRepositoryTest