Documentation modifications
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user