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
@@ -8,6 +8,13 @@ using adas_core.Domain.Enums;
namespace adas_core.Test.Repositories;
/// <summary>
/// Serves as an integration test fixture that verifies the behavior of <see cref="PumpStateRepository"/>.
/// </summary>
/// <remarks>
/// Marked with <see cref="CategoryAttribute"/> set to <c>"Integration"</c>, the tests in this class exercise <see cref="PumpStateRepository"/> against its real dependencies rather than mocked collaborators.
/// </remarks>
/// <!-- aidoc:v1 sig=80c970c -->
[TestFixture]
[Category("Integration")]
public class PumpStateRepositoryTest