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